11 lines
89 B
SCSS
11 lines
89 B
SCSS
//
|
|
// general-rtl.scss
|
|
//
|
|
|
|
html {
|
|
direction: rtl;
|
|
}
|
|
|
|
body {
|
|
text-align: right;
|
|
} |