Fix Tailwind deprecations #5257
Answered
by
davidhemphill
pedro-santiago
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
davidhemphill
Jan 25, 2023
Replies: 2 comments
-
We will eventually update it when necessary. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is unavoidable in the current version of Tailwind CSS. Nova uses a custom Tailwind configuration to enable color customizations like the "primary" color and to provide overridable CSS variables. Accessing the Tailwind-provided color scheme triggers this error, even if you're not using the deprecated names at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidhemphill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is unavoidable in the current version of Tailwind CSS. Nova uses a custom Tailwind configuration to enable color customizations like the "primary" color and to provide overridable CSS variables. Accessing the Tailwind-provided color scheme triggers this error, even if you're not using the deprecated names at all.