Hello kosmos.

This commit is contained in:
2020-11-07 14:49:32 +01:00
commit 2a23fb95cf
83 changed files with 9367 additions and 0 deletions

12
postcss.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-flexbugs-fixes'),
require('postcss-preset-env')({
autoprefixer: {
flexbox: 'no-2009'
},
stage: 3
})
]
}