Problem
ignore comment /*rtl:ignore*/ on an empty selector (.first-selector), then everything is broken.
example code
/* rtl:ignore */
.first-selector {
}
.second-selector {
padding-right: 6%;
}
.third-selector {
padding-right: 6%;
}
.fourth-selector {
padding-right: 6%;
}
try it in playground
fail case

Problem
ignore comment
/*rtl:ignore*/on an empty selector (.first-selector), then everything is broken.example code
try it in playground
fail case
