Files
red_de_investigacion_front/node_modules/@smartweb/vue-flash-message/postcss.config.js
T

16 lines
267 B
JavaScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
module.exports = {
plugins: {
autoprefixer: {},
'postcss-preset-env': {
stage: 2,
features: {
'nesting-rules': true,
'custom-properties': {
preserve: false,
importFrom: './src/assets/css/variables.css'
}
}
}
}
};