cuth / postcss-pxtorem

Convert pixel units to rem (root em) units using PostCSS
MIT License
2.06k stars 172 forks source link

does't work with webpack3 #40

Closed zhangking closed 7 years ago

zhangking commented 7 years ago

{ loader: 'postcss-loader', options: { plugins: loader => [ precss, autoprefixer, pxtorem({ rootValue: 100, propWhiteList: [], }) ] } }

It does't work. There is no error.