mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
9b45573adc
It's still complaining about duplicate plugins, but it's a warning and not an error.
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
module.exports = {
|
|
parser: 'postcss-scss',
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'postcss-cssnext': {browsers: ['last 2 version']},
|
|
'cssnano': {}
|
|
}
|
|
}; |