You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #108 Fixing a bug where @import CSS files were not put through the autoprexer (weaverryan)
This PR was merged into the master branch.
Discussion
----------
Fixing a bug where @import CSS files were not put through the autoprexer
Fixes#98
By default, when you use `@import`, loaders are not applied. This fixes that: using the postcss-loader when it's used. The functional test proves the fix.
Commits
-------
35c7e6d Fixing a bug where @import CSS files were not put through the autoprefixer
0 commit comments