From d76f1bcd21f12c3756906f44924f6c5abb9d9b9c Mon Sep 17 00:00:00 2001 From: ESadouski Date: Fri, 13 Jan 2017 10:55:20 +0300 Subject: [PATCH] fix(PostCSS ) - added postcss config file --- package.json | 3 +-- postcss.config.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 postcss.config.js diff --git a/package.json b/package.json index 98f29b1c..43742fc4 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 00000000..f053ebf7 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1 @@ +module.exports = {};