From e68aa7321b4f07361be63b02b0a8d3c9edafe5ae Mon Sep 17 00:00:00 2001
From: Sathish Kumar G <36076378+kgsatish@users.noreply.github.com>
Date: Sun, 2 Jun 2024 07:33:25 +0530
Subject: [PATCH] The correct phrase is CSS custom properties and not CSS
properties
---
docs/theming/basics.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/theming/basics.md b/docs/theming/basics.md
index d12f551ef1e..1f8fc7db8a0 100644
--- a/docs/theming/basics.md
+++ b/docs/theming/basics.md
@@ -31,7 +31,7 @@ Ionic has two **modes** that are used to customize the look of components based
## CSS Variables
-The Ionic Framework components are themed using CSS properties (variables). 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.
+The Ionic Framework components are themed using CSS custom properties (variables). 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.
## CSS Shadow Parts