Files
sao/www/bower_components/bootstrap-rtl-ondemand/less/normalize-rtl.less
2026-03-14 09:49:00 +00:00

16 lines
149 B
Plaintext

//
// 1. Set direction to RTL
//
html@{rtl-prefix} {
direction: rtl;
}
//
// Remove default margin.
//
@{rtl-prefix} body {
direction: rtl;
}