Andrii Akulov

Results 1 comments of Andrii Akulov

Works fine for me: ``` "webpack": "1.14.0", "postcss-pxtorem": "^4.0.0", ``` webpack.config.dev.js: ``` postcss(bundler) { return { default: [ // Transfer @import rule by inlining content, e.g. @import 'normalize.css' // https://github.com/postcss/postcss-import...