Should we only use defaultTheme
and themes
key?
#35
-
Should we only use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hiya! Thanks for your question. I'm not sure what you mean by a "default default", but you can reference the documentation about the relationship between |
Beta Was this translation helpful? Give feedback.
Hiya! Thanks for your question.
I'm not sure what you mean by a "default default", but you can reference the documentation about the relationship between
theme.extend
anddefaultTheme
here. In short, you're good to continue to usetheme.extend
all you want until you need it themed by this plugin. Whatever you want themed by this plugin needs to be in the plugin's config. This is just because of a limitation in tailwind's plugin api.