please delete #4190
Unanswered
CreateSean
asked this question in
Help
please delete
#4190
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've extended my colors using the theme extend key and colors are working perfectly in all cases except when I try to update the typography plugin settings
starting at line 26 I have my colors followed by typography settings
in default > css > color it is set to my costum color
color: theme('colors.textBrand'),
however this does not work. If I change it to use a default tailwind color like thiscolor: theme('colors.red-500'),
it does work.How can I use my custom colors here?
full config file
Beta Was this translation helpful? Give feedback.
All reactions