Replies: 3 comments
-
I'd recommend using custom properties for this use case. This is the approach that has been taken for font customisation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use CSS variables for this, or @crswll's |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @zmeyer44 , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to define a custom tailwind config color set for each tennant on the site. For example, site "books.web-store.com" could have a tailwind color config like { "primary":"#e5e7eb", "secondary":"#374151"}, while "wine.web-store.com" has a config like { "primary":"#111827", "secondary":"#9ca3af"}. That way in the classnames, I'm still always using something like "bg-primary".
Beta Was this translation helpful? Give feedback.
All reactions