We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c48ed commit 8fe6a78Copy full SHA for 8fe6a78
.angular-cli.json
@@ -19,8 +19,7 @@
19
"testTsconfig": "tsconfig.spec.json",
20
"prefix": "app",
21
"styles": [
22
- "styles.scss",
23
- "../node_modules/bootstrap/dist/css/bootstrap.min.css"
+ "styles.scss"
24
],
25
"scripts": [],
26
"environmentSource": "environments/environment.ts",
src/styles.scss
@@ -1,3 +1,4 @@
1
+@import "~bootstrap/scss/bootstrap";
2
$fa-font-path: "../node_modules/font-awesome/fonts";
3
@import '~font-awesome/scss/font-awesome.scss';
4
0 commit comments