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 12, 2013 at 4:44 pm
#127951
Member
As far as I know…and I’m willing to be corrected…the whole stylesheet has to be read (and cached as it were) so that as the HTML is progressively rendered the browser knows where to put things and how to style them. That’s why it’s in the [head]…isn’t it?
That seems logical to me….but…I could be wrong.