We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47676b commit 5892727Copy full SHA for 5892727
docs/documentation/stories/css-preprocessors.md
@@ -28,7 +28,8 @@ 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 schematics.@schematics/angular:component.styleext scss
32
+# note: @schematics/angular is the default schematic for the Angular CLI
33
```
34
35
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