You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"/;
The text was updated successfully, but these errors were encountered:
DeoThemes
changed the title
Inline comments remove after compilation
Inline comments removed after compilation
Sep 5, 2022
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"/;
The text was updated successfully, but these errors were encountered: