How to marking CSS files as exceptions in RTL
-
Hi,
How to ignore a CSS file to prevent RTL rules, for example, I’m using leaflet map in RTL project when I load the CSS files quasar add RTL rules to leaflet CSS and it’s brake and not work correctly.
I read this link https://quasar.dev/options/rtl-support#Marking-CSS-rules-as-exceptions but it works on CSS property, not files.
-
I have the same problem, I want to support RTL but not for all CSS files, some third-party components has its own mechanism to support RTL and no need to change its files by Quasar
How to execlud CSS files from Quasar’s RTL processing?
-
i have the same problem .