5

CSS property

Comments
  • 3
    !important is the goto of CSS. There are corner cases where you actually need that, such as overriding a JS set property in CSS media breakpoints, but other than that, just fix your CSS.

    If you are making the mistake of using a CSS framework, the starting point for fixing your CSS is dropping that dumb shit.
Add Comment