File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ import { MDBBootstrapModule } from 'angular-bootstrap-md';
128128
129129rename /src/styles.css to styles.scss
130130
131- - if you want to change styles in exisiting project you can use ` ng set defaults.styleExt scss `
131+ - if you want to change styles in exisiting project you can use ` ng config schematics.@schematics/angular:component.styleext scss `
132132
133133- add below lines to angular.json:
134134``` javascript
135135" styles" : [
136136 " node_modules/font-awesome/scss/font-awesome.scss" ,
137- " node_modules/angular-bootstrap-md/scss/bootstrap/bootstrap.scss" ,
138- " node_modules/angular-bootstrap-md/scss/mdb-free .scss" ,
137+ " node_modules/angular-bootstrap-md/assets/ scss/bootstrap/bootstrap.scss" ,
138+ " node_modules/angular-bootstrap-md/assets/ scss/mdb.scss" ,
139139 " src/styles.scss"
140140],
141141" scripts" : [
You can’t perform that action at this time.
0 commit comments