Switch to SCSS

This commit is contained in:
2020-03-11 02:31:38 +01:00
parent 83a8c963a3
commit 8652abe8dc
7 changed files with 87 additions and 13 deletions

View File

@ -25,7 +25,7 @@
],
"styles": [
"src/custom-theme.scss",
"src/styles.css"
"src/styles.scss"
],
"scripts": []
},
@ -90,8 +90,8 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
"./app/custom-theme.scss",
"src/styles.scss"
],
"scripts": []
}
@ -124,5 +124,10 @@
}
}
},
"defaultProject": "ng-karaoqueue"
}
"defaultProject": "ng-karaoqueue",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
}
}