Skip to content

Commit f8088a0

Browse files
committed
docs: Update css preprocessor story.
1 parent a47676b commit f8088a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/stories/css-preprocessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ng new sassy-project --style=sass
2828
Or set the default style on an existing project:
2929

3030
```bash
31-
ng set defaults.styleExt scss
31+
ng config defaults.styleExt scss
3232
```
3333

3434
Style strings added to the `@Component.styles` array _must be written in CSS_ because the CLI cannot apply a pre-processor to inline styles.

0 commit comments

Comments
 (0)