🚧 Add webpack site

This commit is contained in:
brunosimon
2017-08-02 16:52:13 +01:00
parent 64b95ddddd
commit 6859c394f5
27 changed files with 9278 additions and 27 deletions
+8
View File
@@ -0,0 +1,8 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}