mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
restore styles build
This commit is contained in:
@@ -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",
|
||||
|
@@ -1,5 +1,3 @@
|
||||
@import '~@angular/material/theming';
|
||||
|
||||
@mixin mat-document-list-theme($theme) {
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
|
@@ -1,5 +1,3 @@
|
||||
@import '~@angular/material/theming';
|
||||
|
||||
@mixin mat-userinfo-theme($theme) {
|
||||
$primary: map-get($theme, primary);
|
||||
$accent: map-get($theme, accent);
|
||||
|
Reference in New Issue
Block a user