I'm trying to add some PostCSS plugins. Currently trying to get pxtorem working, but my compiled CSS is unchanged. Here's the relevant config:
module.exports = {
css: [
{ src: '~assets/scss/main.scss', lang: 'scss' }
],
build: {
postcss: [
require('postcss-pxtorem')({
propList: ['*']
})
]
}
}
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c966">#c966</a>)</em></sub></div>