mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-19 04:23:30 +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;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
|
.direction-rtl {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
|
.direction-ltr {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user