fix(PostCSS ) - added postcss config file

This commit is contained in:
ESadouski 2017-01-13 10:55:20 +03:00
parent bb3cdedd77
commit d76f1bcd21
2 changed files with 2 additions and 2 deletions

View file

@ -52,8 +52,7 @@
"ng2-tree": "^0.0.2-7",
"ng2-uploader": "1.1.0",
"normalize.css": "^4.1.1",
"postcss-loader": "1.0.0",
"postcss-load-config": "1.0.0",
"postcss-loader": "^1.0.0",
"rxjs": "5.0.0-beta.12",
"tether": "^1.2.4",
"zone.js": "~0.7.1"

1
postcss.config.js Normal file
View file

@ -0,0 +1 @@
module.exports = {};