chore(deps): use postcss 8

This commit is contained in:
moklick
2020-12-07 18:40:46 +01:00
parent 5463059575
commit 01933f1120
4 changed files with 12871 additions and 631 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require('autoprefixer'), require('postcss-nested')],
};