We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd13e77 commit a237113Copy full SHA for a237113
docs/documentation/stories/css-preprocessors.md
@@ -30,3 +30,5 @@ Or set the default style on an existing project:
30
```bash
31
ng set 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