cs_homework09/cssnano.config.js

11 lines
119 B
JavaScript
Raw Normal View History

2019-12-19 15:21:51 +01:00
module.exports = {
preset: [
'default',
{
calc: false,
discardComments: {
removeAll: true
}
}
]
};