We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47676b commit f8088a0Copy full SHA for f8088a0
docs/documentation/stories/css-preprocessors.md
@@ -28,7 +28,7 @@ ng new sassy-project --style=sass
28
Or set the default style on an existing project:
29
30
```bash
31
-ng set defaults.styleExt scss
+ng config defaults.styleExt scss
32
```
33
34
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