Merge pull request #614 from ESadouski/master

fix(PostCSS ) - added postcss config file
This commit is contained in:
ESadouski 2017-01-16 19:47:05 +02:00 committed by GitHub
commit 158dcc478c
2 changed files with 2 additions and 2 deletions

View file

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

1
postcss.config.js Normal file
View file

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