Can't use custom-media if it's defined inside node_modules
nikoloza opened this issue · 1 comments
nikoloza commented
I'm using it through "postcss-preset-env": "^6.7.0"
I have a library for defining variables which is inside node_modules
and it does not work. It works from local files though.
Update
Does not work with postcss-easy-import
either.
nikoloza commented
I made it possible using importFrom
where I listed all configuration files.