Fixing postcss config
This commit is contained in:
parent
49a236bf89
commit
69999fa948
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
use: [
|
||||
'precss',
|
||||
'autoprefixer'
|
||||
plugins: [
|
||||
require('precss'),
|
||||
require('autoprefixer')
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user