Skip to content

Commit 0343633

Browse files
authored
docs(theming): update CSS properties to CSS custom properties (#3679)
1 parent acb64f0 commit 0343633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theming/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Ionic has two **modes** that are used to customize the look of components based
3131

3232
## CSS Variables
3333

34-
The Ionic Framework components are themed using <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank" rel="noopener noreferrer">CSS properties (variables)</a>. CSS variables add dynamic values to an otherwise static language. This is something that has traditionally required a CSS preprocessor like Sass. The look of an application can easily be changed by changing the value of any of the [CSS Variables](css-variables.md) Ionic Framework provides.
34+
The Ionic Framework components are themed using <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank" rel="noopener noreferrer">CSS custom properties (variables)</a>. CSS variables add dynamic values to an otherwise static language. This is something that has traditionally required a CSS preprocessor like Sass. The look of an application can easily be changed by changing the value of any of the [CSS Variables](css-variables.md) Ionic Framework provides.
3535

3636
## CSS Shadow Parts
3737

0 commit comments

Comments
 (0)