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