selectbox/postcss.config.js

18 lines
274 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {
root: __dirname,
},
'postcss-mixins': {},
'postcss-each': {},
'postcss-cssnext': {
features: {
customProperties: {
variables: {
}
}
}
}
},
};