vkalinichev / postcss-rtl

PostCSS plugin for RTL-adaptivity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add blacklist for CSS files

miladmeidanshahi opened this issue · comments

commented

The blacklist option just allowed CSS properties how can I add CSS files?

In my case, I install leaflet on my project but postcss-rtl convert all leaflet CSS to RTL and all the things brake, it's must be a way to fix this problem.

@miladmeidanshahi,
What are you using to process your styles? For example, if you are using Webpack, excluding or including files from a rule is something that you need to do in the Webpack configuration.