11 lines
89 B
SCSS
Raw Permalink Normal View History

2022-09-08 15:06:44 -04:00
//
// general-rtl.scss
//
html {
direction: rtl;
}
body {
text-align: right;
}