rtl-raw for style property?

refael

Well-known member
Xenforo's css engine automatically replaces LTR css rules with RTL values in rtl languages.
In some cases there's a need to leave the css rules as is both in RTL and LTR languages.

To accomplish that for a specific css rule, I can add `rtl-raw` as a prefix, for example: { rtl-raw.float: left; }
But what about a style property? Is it possible to apply this for all rules?
Something like {xen: property 'rtl-raw.test'}
(Not need to mention that the above example doesn't work)
 
Top Bottom