Минимизация css, корректировка правил, хеширование файлов, настройки сборок (#6)
This commit is contained in:
8
postcss.config.js
Normal file
8
postcss.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'postcss-preset-env': {},
|
||||
'cssnano': {}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user