Main difference I find is a little more styling/ramp up and quotient-based gridding (you can attach semantically named classes for 1/3rd of the space or 2/5ths)
I've got basic Skeleton and Pure CSS sites for Jekyll available on GitLab below, since these are my two favorite starting points. My minor changes in adapting them to Jekyll are released to the public domain.
Thanks for sharing. I've come across Skeleton before but not Pure.
Pure looks amazing. I especially love the fact that it's modular. The base is only 1.1 KB, and if you don't need anything other than buttons and grids, you can get by with less than 3 KB of CSS!
Yeah, it's definitely conceptually similar to Skeleton (I think Skeleton is lighter though), but I remember seeing Pure first and feeling like it was such a breath of fresh air compared to the weight of bootstrap
purecss is no longer in development. I've used it and it was a good start, but I've since shifted to using bourbon/neat, which is more a library than a framework and has a light footprint.
https://github.com/yahoo/pure/issues/414#issuecomment-132315...
"Pure is still alive, but don't expect a lot of changes. It's stable and useful. It will never grow into a full-blown component library with tons of features. It likely will remain close to its current form for some time to come, with only minor bug fixes. Right now, there are some bugs we want to fix, but they are small bugs with the Pure website, not with Pure itself.
We'll probably have to revise the roadmap or the expectations for the year.
The YUI theme generator is gone now that YUI is gone. The guy who supported that piece left Yahoo about a year ago.
"
My thoughts exactly, as far as I'm concerned, pure is basically done. I feel like bourbon/neat already fails the simplicity test, since it's two parts for some reason.
[EDIT] - yeah I just took a look at bourbon/neat, and I see now, it's for people who prefer SASS? outside of that I see what you mean (by comment)
http://purecss.io/
Main difference I find is a little more styling/ramp up and quotient-based gridding (you can attach semantically named classes for 1/3rd of the space or 2/5ths)