Skip to content

Commit 03887eb

Browse files
authored
docs(theming): add other frameworks to CSS Variables guide (#3465)
1 parent 924d57f commit 03887eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theming/css-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Ionic components are built with <a href="https://developer.mozilla.org/en-US/doc
1818

1919
CSS variables can be set globally in an application in the `:root` selector. They can also be applied only for a specific mode. See [Ionic Variables](#ionic-variables) for more information on the global variables Ionic provides.
2020

21-
When using the Ionic CLI to start an Angular project, the `src/theme/variables.scss` file is created where you can override the default Ionic Variables.
21+
When using the Ionic CLI to start an Angular, React or Vue project, the `src/theme/variables.scss` file is created where you can override the default Ionic Variables.
2222

2323
```css
2424
/* Set variables for all modes */

0 commit comments

Comments
 (0)