Config and build files

This commit is contained in:
2019-01-07 23:15:21 +01:00
parent 2ba4b2e5a8
commit 6967541ba1
12 changed files with 702 additions and 0 deletions

10
.postcssrc.js Normal file
View File

@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}