mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
e0f9d3a624
Closes #43, #41, #40, and #47
8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
module.exports = {
|
|
parser: 'postcss-scss',
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'postcss-cssnext': {browsers: ['last 2 version'], warnForDuplicates: false},
|
|
'cssnano': {zindex: false}
|
|
}
|
|
}; |