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