Минимизация css, корректировка правил, хеширование файлов, настройки сборок (#6)

This commit is contained in:
Nikolay
2020-07-09 16:56:54 +03:00
committed by GitHub
parent 72cc821f99
commit 3fe0b232fd
7 changed files with 1471 additions and 44 deletions

8
postcss.config.js Normal file
View File

@ -0,0 +1,8 @@
// eslint-disable-next-line no-undef
module.exports = {
plugins: {
'postcss-import': {},
'postcss-preset-env': {},
'cssnano': {}
}
};