Move out of frontend folder

This commit is contained in:
Ben Ramey
2018-06-06 20:36:20 -05:00
committed by benjaminramey
parent 00400390b7
commit 84072c66db
38 changed files with 1249 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": {}
}
}