2022-09-08 15:06:44 -04:00

11 lines
89 B
SCSS

//
// general-rtl.scss
//
html {
direction: rtl;
}
body {
text-align: right;
}