Replies: 3 comments 2 replies
-
maybe you need to restart the dev server? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Having this issue too, any workaround? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing for now, feel free to reopen with additional info, eg: repo for testing this bug within. |
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 tried to add new custom colour in tailwind config in extends as following
extend: {
colors: {
primary: '#db00ff',
ribbon: '#0047ff',
},
But I got the error when using
export const buttonVariantSuccess = tw
border-green-500 bg-primary text-white hover:bg-green-600
;This primary colour works well on className. I tried using theme, css with twin macro but it still the same. Only default colours from tailwind and direct colour hex code worked.
I used "twin.macro": "^2.8.2", "tailwindcss": "^2.2"
Could you please help me on this issue?
Thanks,
Michael
Beta Was this translation helpful? Give feedback.
All reactions