From e3a8096fd916975bed5821ed1d080a4483bf5935 Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Thu, 22 Aug 2024 15:43:31 +0200 Subject: [PATCH] chore: update css variables info --- docs/docs/utilities/constants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/utilities/constants.md b/docs/docs/utilities/constants.md index ea9405b7fa..a718eefb13 100644 --- a/docs/docs/utilities/constants.md +++ b/docs/docs/utilities/constants.md @@ -6,7 +6,7 @@ There are are a number of constants that can be imported from the UI library tha import { colors, theme, spacers, layers, elevation } from '@dhis2/ui' ``` -If you need access to these variables in CSS (not recommended), see the `` component documentation for making these variables accessible in CSS. +If you need access to these variables in CSS, see the `` component documentation for making these variables accessible in CSS. ## Colors