Here’s the Deal
Slant is powered by a community that helps you make informed decisions. Tell us what you’re passionate about to get your personalized feed and help others.
When comparing Semantic Grid System vs Skeleton, the Slant community recommends Skeleton for most people. In the question“What is the best CSS framework?” Skeleton is ranked 6th while Semantic Grid System is ranked 36th.
Ranked in these QuestionsQuestion Ranking
Common Questions
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 Responsive grid
Pro Style agnostic
Pro Vanilla CSS
No bells and whistles for Skeleton, it's just CSS.
Pro Media queries
Cons
No cons yet!
Con Not maintained anymore
No active development for two years.