Cannot use custom colors from extend key when customize #4164
Unanswered
CreateSean
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got the following in my extend key
In the typography > default > css key if I use a color added in the Extend key above it does not work
color: theme('colors.textBrand'),
but if I use one of the default colors it does work
color: theme('colors.green.500'),
How can I use my custom colors here?
and my full config in case it helps
Beta Was this translation helpful? Give feedback.
All reactions