33

New proposal: Addition of "!fuckingimportant" syntax to CSS to override any preceding !important modifiers. :P

Comments
  • 3
    But where does it stop? We'd then have '!Vital' and '!Dontfuckingremove' too after a while xD
  • 3
    @RhysOC well, I might even have somewhat sensible idea. CSS rules weight is calculated by selectors specificity and amount, right? (Like #id = 100, .class = 10, tag = 1). So instead of overriding it by !important, just override the weight?
  • 5
    "Importantness" could be measured like z-index:

    !important
    !important:1
    !important:999999999
Add Comment