Forums

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

Home Forums CSS Current grid systems

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265772
    dcp3450
    Participant

    I’ve used Skeleton and Neat in the past. Most systems seem to blow the markup with so many classes. I like Neat since it’s SASS based and is part of compiling. However, Neat is float based which is not always the best option and requires some “trickery”.

    What is the most commonly used now? Is it still Bootstrap?

    #265776
    Paulie_D
    Member

    Yes Bootstrap is pretty much the top favourite (across the various versions).

    I saw an article recently (where I can’t recall) that it’s used, in some form or another, in 60-80% of all websites.

    Yes, it has many classes (helper classes) but that aids consistency across large sites and dev teams.

    If there is a trend it’s away from Frameworks since flexbox (which is rolled in BS4) and CSS-Grid are really gaining support both with users and developers.

    I have no doubt that BS5 will be CSS-Grid based though….probably with fallback support for Flexbox since they are closely aligned.

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