Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#127841
Paulie_D
Member

>When a stylesheet is read by the browser, it starts from the top and works it’s way down the stylesheet. My argument was if all the mobile css was near the top, would that not be better for mobile?

It’s going to load and READ the **entire** stylesheet anyway…isn’t it?

It’s just not going to apply any additional styles as they haven’t been overridden by anything.

So performance isn’t really a big issue in this respect…or am I missing something?