When comparing Semantic Grid System vs Flat Remix CSS, the Slant community recommends Flat Remix CSS for most people. In the question“What is the best CSS framework?” Flat Remix CSS is ranked 18th while Semantic Grid System is ranked 36th. The most important reason people chose Flat Remix CSS is:
Simple CSS library that provides a set of predefined elements for a rapid web applications development. It follows a modern design using "flat" colors with high contrasts and sharp borders.
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 Simple and lightweight
Simple CSS library that provides a set of predefined elements for a rapid web applications development. It follows a modern design using "flat" colors with high contrasts and sharp borders.
Pro Very lightweight
Minified, it only weights 7.5KB.
Pro No JS needed
No javascript code is needed. It only uses css so importing it is so much easier.
Pro Modern design
It follows the latest design trends but also shows its own personality.
Cons
Con Flat design is not modern
Con Nothing new
No features making it out of the box.