When comparing Semantic Grid System vs Spectre, the Slant community recommends Spectre for most people. In the question“What is the best CSS framework?” Spectre is ranked 11th while Semantic Grid System is ranked 36th.
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 Lightweight
Pro Clean
Very clean design compared to bootstrap.
Pro Responsive
Works well on any device.
Pro Mobile ready
Spectre can be used to create mobile websites easily. With all the regular built in elements (buttons, menus, grids etc).
Pro Simple
Contains only the basics, no extra fluff.
Pro Open source
Spectre is used through Github, and is open source.