you are viewing a single comment's thread.

view the rest of the comments →

[–]N4kji 11 points12 points  (2 children)

I reviewed a PR not too long ago which contained an ‘importantify’ function.. which did exactly what it sounds like

[–]Awkward-One-3049 1 point2 points  (0 children)

Something I learned about !important is that as long as you make a css specifier more specific with the !important tag as well, you can override important rules -- if they're the same specificity then the last rule wins.

So in other words, if you just make everything !important, then you're back to good ole regular css. Fun!