dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

Inline comments removed after compilation #856

Open DeoThemes opened 1 year ago

DeoThemes commented 1 year ago

In my scss file I have this line that signals that rtl commment must be ignored. But no matter what I do, it's always removed from the compiled CSS. How to preserve this comment?

content: "\e902" /!rtl:"\e901"/;