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": "rimraf dist node_modules typings bundles coverage .npmrc",
|
||||||
"clean-lock": "rimraf package-lock.json",
|
"clean-lock": "rimraf package-lock.json",
|
||||||
"rimraf": "rimraf",
|
"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",
|
"test": "karma start karma.conf.js --reporters mocha,coverage --single-run --mode coverage",
|
||||||
"build-style": "webpack --config webpack.style.js --progress --profile --bail",
|
"build-style": "webpack --config webpack.style.js --progress --profile --bail",
|
||||||
"test-browser": "karma start karma.conf.js --reporters kjhtml --component",
|
"test-browser": "karma start karma.conf.js --reporters kjhtml --component",
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
@import '~@angular/material/theming';
|
|
||||||
|
|
||||||
@mixin mat-document-list-theme($theme) {
|
@mixin mat-document-list-theme($theme) {
|
||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
@import '~@angular/material/theming';
|
|
||||||
|
|
||||||
@mixin mat-userinfo-theme($theme) {
|
@mixin mat-userinfo-theme($theme) {
|
||||||
$primary: map-get($theme, primary);
|
$primary: map-get($theme, primary);
|
||||||
$accent: map-get($theme, accent);
|
$accent: map-get($theme, accent);
|
||||||
|
Reference in New Issue
Block a user