Adding !important
on an inline style causes it to not be applied
#191
Labels
bug
Something isn't working
!important
on an inline style causes it to not be applied
#191
Adding
!important
to an inline style seems to cause it to be stripped from the style object and not applied to the component. For example:That produces black text, and there doesn't appear to be any inline style on that div at all. But remove the
!important
from the string:And that's now red text, as expected.
I have no idea what might be causing this. Something weird in the build process, it seems.
The text was updated successfully, but these errors were encountered: