twind-react icon indicating copy to clipboard operation
twind-react copied to clipboard

Important (!) does not apply with styled()

Open sondh0127 opened this issue 4 years ago • 1 comments

Look like the styled() combines all utilities class into one such as ".tw-1baguyc", Therefore the important does not correctly apply. :bug:

Here is reproduce sandbox. The text should blue https://codesandbox.io/s/twind-react-styled-forked-rfq2u?file=/src/App.js

sondh0127 avatar Mar 23 '21 13:03 sondh0127

That is an issue with @apply. I found edge some issues myself. I keep that in mind.

sastan avatar Mar 23 '21 22:03 sastan