RTL styles problem
-
In the “Exclude the following CSS files from processsing” I added .rtl. to exclude all the RTL styles, but problem is, all rtl.css files now loading before minified files and its not good for RTL website.
For e.g.
…/assets/css/core.rtl.css
…/assets/wpo-minify-header-142310f6.min.cssactually it should be lique this:
…/assets/wpo-minify-header-142310f6.min.css
…/assets/css/core.rtl.css
The topic ‘RTL styles problem’ is closed to new replies.