When comparing Semantic Grid System vs Cirrus, the Slant community recommends Cirrus for most people. In the question“What is the best CSS framework?” Cirrus is ranked 23rd while Semantic Grid System is ranked 36th. The most important reason people chose Cirrus is:
Supports both Flexbox and CSS grid making it a great modern choice for designing web apps.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Responsive layouts
With Semantic.gs, you can manipulate the grid using media queries.
article { .column(9); }
section { .column(3); }
@media screen and (max-width: 720px) {
article { .column(12); }
section { .column(12); }
}
Pro Fixed and fluid layouts
By default Semantic Grid System has a fixed layout. But switching to fluid, percentage-based layouts is easy. To switch from pixels to percentages, simply add one variable:
@total-width: 100%;
Pro Runs on SCSS, LESS, or Stylus
Semantic.gs supports all modern CSS pre-processors sucha as Sass, LESS and Stylus.
Pro Supports Flexbox and CSS Grid
Supports both Flexbox and CSS grid making it a great modern choice for designing web apps.
Pro CSS Only
No additional JS/jQuery required to use.
Pro Mobile Responsive
Extremely responsive and supports many smaller screens.
Pro Open Source
Open source and quite actively maintained on Github.
Pro Lightweight
Much smaller than Bootstrap with just as much flexibility.