Fixing postcss config

This commit is contained in:
Jeff Avallone 2018-02-11 07:04:36 -05:00
parent 49a236bf89
commit 69999fa948

View File

@ -1,6 +1,6 @@
module.exports = {
use: [
'precss',
'autoprefixer'
plugins: [
require('precss'),
require('autoprefixer')
]
};