Skip to content

Commit

Permalink
docs: update css variables info (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp authored Aug 23, 2024
1 parent 72e259e commit 18a230e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/utilities/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<CssVariables>` component documentation for making these variables accessible in CSS.
If you need access to these variables in CSS, see the `<CssVariables>` component documentation for making these variables accessible in CSS.

## Colors

Expand Down

0 comments on commit 18a230e

Please sign in to comment.