this post was submitted on 11 Aug 2023
32 points (100.0% liked)
Programmer Humor
32380 readers
1315 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
z-index: 999999 !important;
!didistutter?;
!importanter;
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
This... exists? This is horrible.
I actually encountered an issue earlier today where my important wasn't working...and it was because another dev had already added a more specific important.
I deleted their important.
When I read that, I can never not say “not important” in my head
Yeah I think that makes CSS a manager. It's always prioritizing not important things