restore styles build

This commit is contained in:
Mario Romano
2017-10-25 11:32:51 +01:00
parent 0fd855e827
commit dfcaa63d8e
3 changed files with 1 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"clean": "rimraf dist node_modules typings bundles coverage .npmrc",
"clean-lock": "rimraf package-lock.json",
"rimraf": "rimraf",
"build": "webpack --config webpack.build.js --progress --profile --bail",
"build": "npm run build-style && webpack --config webpack.build.js --progress --profile --bail",
"test": "karma start karma.conf.js --reporters mocha,coverage --single-run --mode coverage",
"build-style": "webpack --config webpack.style.js --progress --profile --bail",
"test-browser": "karma start karma.conf.js --reporters kjhtml --component",

View File

@@ -1,5 +1,3 @@
@import '~@angular/material/theming';
@mixin mat-document-list-theme($theme) {
$foreground: map-get($theme, foreground);

View File

@@ -1,5 +1,3 @@
@import '~@angular/material/theming';
@mixin mat-userinfo-theme($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);