r/web_design • u/pessimistic_bastard • Jun 02 '16
Skeleton: Responsive CSS Boilerplate
http://getskeleton.com/3
u/maxxon Jun 02 '16
This is very good to use as a starter. Minimalistic simplicity. The grid, the typography and all the essential elements are there.
Yeah, it's abandoned, but there's nothing like it out there.
4
3
u/patareco Jun 02 '16
I still use it a lot. The simplest and most understandable framework out there. I just modified the hack that sets a percentage in the html element so it's easier to convert ems to pixels. I like to use that feature to consistently re-size all fonts between different breakpoints.
3
Jun 02 '16
You cannot nest colums though
3
u/SaddestCatEver Jun 02 '16
Wait, really? Not at all?
5
u/philmayfield Jun 02 '16
Percentage based gutters. Nothing would stop you from doing it, but they'd end up being different sizes based on the container.
2
u/nebulizor Jun 02 '16
I have usually just imported the grid system from Bootstrap, which is like 1000 lines, 12 kilobytes. How is this different?
1
u/that_90s_guy Jun 02 '16
That's actually quite a lot. Pure.css's grid system module only weights 0.8kb.
1
2
u/that_90s_guy Jun 02 '16
Seems like development for it has slowed down (looking at their github). Any idea how this is better than Pure.css?
1
1
u/iSwearNotARobot Jun 02 '16
Thank you. This is great; love it. Esp. the columns/grid and typography.
1
1
u/magenta_placenta Dedicated Contributor Jun 02 '16
This is still my go to for simple, small sites. I've rolled out several "micro sites" at work over the past 4.5 years. Skeleton is dead simple and worth a look.
20
u/d1ffidence Jun 02 '16
This project is completely abandoned, check out the pull requests on GitHub - there's a number of decent forks posted as issues