How can I make R2 to skip a section in the css file?
fitzchak opened this issue · 5 comments
fitzchak commented
Some context in the CSS file should be the same across all languages, is there a way to tell R2 to not convert this section from LTR to RTL?
AliMD commented
I have same problem !
Request future: use some comment for some properties or css section to prevent converted to rtl
thank you
n0nick commented
👍
monshi commented
Is there any plan to support opt outs? for example similar to CSSJanus that you can add this comment /* @NoFlip */ before a selector to skip it.
ded commented
yeah. we should prioritize this since quite a few folks need this, hence the existence in CSSJanus
BYK commented
We can even introduce declaration-level "noflip` if there's demand for it now.