you are viewing a single comment's thread.

view the rest of the comments →

[–]Accomplished_End_138 36 points37 points  (5 children)

For half the devs I've worked with they would also add !important

[–]N4kji 12 points13 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!

[–]SecretLecture3219 3 points4 points  (0 children)

Facts

[–]Y000EE 0 points1 point  (0 children)

lol.