Skip to content

Commit e840f64

Browse files
authored
Updated commands
1 parent 9c6b535 commit e840f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ import { MDBBootstrapModule } from 'angular-bootstrap-md';
128128

129129
rename /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": [

0 commit comments

Comments
 (0)