Home › Forums › CSS › Media Queries mixins in SCSS – Which approach for Mobile-first CSS? › Re: Media Queries mixins in SCSS – Which approach for Mobile-first CSS?
March 13, 2013 at 6:41 am
#128018
Member
>CSS is rendered when read
Could be…but what is it rendering? If the CSS file is in the head, it’s read first by the browser before the body so, logically (but not necessarily actually) it’s read and **cached** by the browser to render the HTML elements correctly when they are read by the browser.
If that wasn’t the case wouldn’t we get a flash of unstyled…erm…everything…before the CSS kicks in…as it were?
Dunno…seriously…
I
Don’t
Know.