←back to thread

Critical CSS

(critical-css-extractor.kigo.studio)
234 points stevenpotts | 2 comments | | HN request time: 0.013s | source
1. RadiozRadioz ◴[] No.43909307[source]
I prefer a different approach: write your HTML in such a way that the page makes sense and is usable without CSS. It's also a good guiding star for your page's complexity; if your document markup is simple, sensible and meaningful, you're probably not overcomplicating your layout.
replies(1): >>43909647 #
2. chipsrafferty ◴[] No.43909647[source]
This doesn't really work for sites where reading text left to right, top to bottom is not the primary focus.