Forums

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

Home Forums Design Is mobile first css still relevant in 2018?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #274062
    davidlee
    Participant

    I was curious about the argument for writing base styles for mobile and then using media queries to modify css for desktop. Phones have gotten really fast. Is mobile first css still relevant in 2018?

    #274065
    Paulie_D
    Member

    Mobile first has nothing to do with speed per se.

    A Gzipped CSS file will be smaller than pretty much image you use on your page.

    It’s about design…making sure it works on mobile first then changing/enhancing the design as screensizes increase.

    #274066
    Facundo Corradini
    Participant

    Well to be extremely specific, mobile first has something to do with speed, both styling speed and file size can be affected if you don’t go with a mobile first approach, as the mobile designs normally make wider use of browser default styles (e.g. divs displayed as blocks that might be switched to any other layout in wider screens). That being said, difference is negligible, specially after minifying and Gzipping.

    Mobile first is a way of thinking the design and development of your websites.

    And considering the statistics, I’d say not only it’s still relevant, but it’s getting more relevant by the minute, as the tendency clearly shows an ever increasing percentage of users accessing from mobile devices compared to desktop / laptops.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.