From 1bd0532e877b46f7ff882cd12e6263b31f7f36eb Mon Sep 17 00:00:00 2001 From: J Rob Gant Date: Tue, 17 May 2022 13:30:12 -0400 Subject: [PATCH] docs: Remove outdated note (#46022) Component.styles can now use SCSS or LESS preprocessors. PR Close #46022 --- aio/content/guide/component-styles.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aio/content/guide/component-styles.md b/aio/content/guide/component-styles.md index 68fcc1057e9..3bcbcc6d5b4 100644 --- a/aio/content/guide/component-styles.md +++ b/aio/content/guide/component-styles.md @@ -276,12 +276,6 @@ The CLI build process runs the pertinent CSS preprocessor. When generating a component file with `ng generate component`, the CLI emits an empty CSS styles file \(`.css`\) by default. Configure the CLI to default to your preferred CSS preprocessor as explained in the [Workspace configuration guide](guide/workspace-config#generation-schematics). -
- -Style strings added to the `@Component.styles` array *must be written in CSS* because the CLI cannot apply a preprocessor to inline styles. - -
-