mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
add direction-rtl and direction-ltr clases
This commit is contained in:
parent
fea226642c
commit
3bd2d5e9b2
@ -36,3 +36,11 @@ body {
|
||||
background-color: transparent;
|
||||
}
|
||||
/**/
|
||||
|
||||
.direction-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.direction-ltr {
|
||||
direction: ltr;
|
||||
}
|
Loading…
Reference in New Issue
Block a user