You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/theming/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Ionic has two **modes** that are used to customize the look of components based
31
31
32
32
## CSS Variables
33
33
34
-
The Ionic Framework components are themed using <ahref="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 <ahref="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.
0 commit comments