Replies: 1 comment 1 reply
-
As an aside, you don't need to convert any hex code to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we've migrated to 4.0 on our latest project, and I've quickly come across an issue. Before 4.0, if I had a standard project color with added opacity used for backgroiund/border, I would just use my tailwind class for the said color (e.g. 'bg-blue'), and then just add border-opacity-[value] or bg-opacity-[value]. I can see that these are non-existent anymore, so now if I want to do this, I have to take the hex code, transfer it to rgba and add the opacity there, which is very discomforting and ruins my day.
I would like to request for this feature to be returned, or at least a valid explanation as to why it was removed in the first place?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions