Skip to content

Commit 2176e04

Browse files
committed
feat(bootstrap): add bootstrap 4
1 parent 82902ac commit 2176e04

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

angular-cli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"testTsconfig": "tsconfig.spec.json",
2020
"prefix": "",
2121
"styles": [
22-
"styles.css"
22+
"styles.scss"
2323
],
2424
"scripts": [],
2525
"environmentSource": "environments/environment.ts",
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"defaults": {
57-
"styleExt": "css",
57+
"styleExt": "scss",
5858
"component": {}
5959
}
6060
}

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@angular/platform-browser": "^5.2.2",
2222
"@angular/platform-browser-dynamic": "^5.2.2",
2323
"@angular/router": "^5.2.2",
24+
"bootstrap": "^4.0.0",
2425
"core-js": "^2.5.3",
2526
"rxjs": "^5.5.6",
2627
"zone.js": "^0.8.20"

src/_variables.scss

Whitespace-only changes.

src/styles.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import 'variables';
2+
@import '../node_modules/bootstrap/scss/bootstrap';

0 commit comments

Comments
 (0)