You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailwind config is using Hex color, It would be nice if the colors were defined as CSS variables so we can switch theme on the fly and tailwind would follow.
ex:
constcolors={// other colors heregrey: 'var(--grey)',}
:root {
//other colors here--grey: '#b8c2cc',
}
The text was updated successfully, but these errors were encountered:
Tailwind config is using Hex color, It would be nice if the colors were defined as CSS variables so we can switch theme on the fly and tailwind would follow.
ex:
The text was updated successfully, but these errors were encountered: