Replies: 1 comment 2 replies
-
I'm running into this problem as well. Is there a workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working on my tailwind.config.js file that incorporates a plugin.
Using the
colors
object intailwind.config.js
, I was expecting usages ofgray-300
in my app to be the value I provided, but instead it is picked up as the value in the plugin.Here is the unpkg of the plugin: https://unpkg.com/[email protected]/plugin.js
Expected result: The configuration for
tailwind.config.js
should take priority of the a plugin configuration. The flowbite documentation states that the colors can be overridden and replaced.Actual result: The plugin configuration takes priority over the
tailwind.config.js
theme.** Wrong Computed Value (equates to #d1d5db, from Flowbite plugin): **
OS: MacOS
Beta Was this translation helpful? Give feedback.
All reactions