CSS Naked Day 2020
Note
Message thread
Eric Meyer wrote on
It’s been a few years since it was A Thing, true, but the most recent CSS Naked Day was held on the ninth of April. Anyone else interested in reviving the practice this Thursday? It’ll speed up your site! Temporarily. css-naked-day.github.io
Brian Kardell wrote on
In reply to: @meyerweb.
can we do this via a button that does:document.querySelectorAll('style,link').forEach(el => { el.disabled = true; })
?
Matthias Zöchling wrote on
In reply to: @briankardell, @meyerweb.
Thanks to you two, I
1. learned that setting link[rel=stylesheet],style to disabled is a thing, and
2. remembered that CSS Naked Day is on my birthday.
I dare say my site looks great without styles, but I’d like to cheat by adding body{max-width:65ch;margin:0 auto}
.
Join the conversation
Have your say on Twitter, or simply share this thread.