siriusmart@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoNoooooo my divlemmy.worldimagemessage-square6fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1imageNoooooo my divlemmy.worldsiriusmart@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square6fedilink
minus-squareXylight (Photon dev)@lemmy.xylight.devlinkfedilinkEnglisharrow-up1·1 year agofun fact: !important !important is essentially !importanter, and you can go even further if you want a hell of a css hierarchy
minus-squarewhatisallthis@lemm.eelinkfedilinkarrow-up1·1 year agoYou can also just write your class again as some sort of additional specificity like .myclass.myclass.myclass { color:red !important !important; }
minus-squareFUsername@feddit.delinkfedilinkarrow-up1·1 year agoThe fact that this and the prior comments work don’t make like CSS more tbh
fun fact:
!important !important
is essentially!importanter
, and you can go even further if you want a hell of a css hierarchyYou can also just write your class again as some sort of additional specificity like
.myclass.myclass.myclass { color:red !important !important; }
The fact that this and the prior comments work don’t make like CSS more tbh