Skip to content

Commit

Permalink
#1 use scss
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Feb 16, 2019
1 parent 4a5e48d commit 938b76e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": []
},
Expand Down Expand Up @@ -79,7 +79,7 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": [],
"assets": [
Expand Down Expand Up @@ -131,5 +131,10 @@
}
}
},
"defaultProject": "alfio-public-frontend"
"defaultProject": "alfio-public-frontend",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
}
}
2 changes: 1 addition & 1 deletion src/styles.css → src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* You can add global styles to this file, and also import other style files */
@import "~bootstrap/dist/css/bootstrap.css";
@import "~bootstrap/scss/bootstrap";


body {
Expand Down

0 comments on commit 938b76e

Please sign in to comment.