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
.. and the important was only applied to the last style.
I managed to reproduce it in this ellie: https://ellie-app.com/c8R5mP4Kvxsa1 , where specialBorderRadius should be applying a border radius to the top right and bottom left corners because of the important, but it is only applied to the top right corner.
I can see the code for why this is. There appears to be a mapLastProperty function that Css.important is using.
I would be happy to make the PR for this. Just let me know!
The text was updated successfully, but these errors were encountered:
Hello!
Today I ran code like this..
.. and the
important
was only applied to the last style.I managed to reproduce it in this ellie: https://ellie-app.com/c8R5mP4Kvxsa1 , where
specialBorderRadius
should be applying a border radius to the top right and bottom left corners because of theimportant
, but it is only applied to the top right corner.I can see the code for why this is. There appears to be a
mapLastProperty
function thatCss.important
is using.I would be happy to make the PR for this. Just let me know!
The text was updated successfully, but these errors were encountered: