Update packages

This commit is contained in:
simon987
2019-04-07 12:38:40 -04:00
parent 797fae9ec1
commit fc431e5346
33 changed files with 3382 additions and 2605 deletions

10
ui/.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": {}
}
}