This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
v9.2.0
-
Added the ability to specify other postcss options:
postcss: { plugins: [...], options: { parser: require('sugarss') } }
Added the ability to specify other postcss options:
postcss: {
plugins: [...],
options: {
parser: require('sugarss')
}
}