UNPKG
rtl-css
Version:
latest (1.0.0)
1.0.0
Utility for converting CSS files using external rules
github.com/badoo/rtl-css
badoo/rtl-css
rtl-css
/
test
/
fixtures
/
input.css
12 lines
(11 loc)
•
249 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
ololo {
left
:
1px
;
/* comment */
float
: left;
margin
:
1px
rgba
(
1
,
2
)
2px
3px
; }
/* @rtl begin */
{ Test RTL }
/* @rtl end */
selector {between: rtl; and: noflip}
/* @noflip begin */
_noflip_
/* @noflip end */
after noflip { some_rule: some_value; }