// Detect dark theme
var iframe = document.getElementById('tweet-1147939984453906432-781');
if (document.body.className.includes('dark-the...
For further actions, you may consider blocking this person and/or reporting abuse
TBF, I use
!importantto override styles coming from a 3rd party library. But that's about the only case. Otherwise I agree with what Scott Tolinsky said on syntax.fm, don't use!important, ever.Same. Sometimes it seems to be required, like when styling a non-iframe plugin that could be embeded anywhere.
Introducing
!importanter! For when your!importantgets!important-ed and you need to!importantit right back!HEY THATS ME
it you!!!!
If you use inline styles you dont need to override anything :`(
Well - this should work without
!important:D.Shutout to my tailwind brothers :)
not sure whether to laugh or cry, so i do both β€οΈ
Both
(Meme with exploding brain)