Cutestrap: 8k CSS framework
cutestrap.com
Cutestrap: 8k CSS framework
1–10 of 57 posts
Re: Cutestrap: 8k CSS framework
#2Re: Cutestrap: 8k CSS framework
#3Re: Cutestrap: 8k CSS framework
#4Re: Cutestrap: 8k CSS framework
#5Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
For instance, Cutestrap follows BEM naming conventions and uses KSS to generate its own documentation. KSS is a nice way of generating a pattern library of your own, as you start to extend your base CSS framework.
Also, one big difference is the way they handle grids. Cutestrap grids automatically stretch columns to fill up the horizontal space and allow you to provide weights. (This is essentially a very thin abstraction on top of flexbox.) Whereas Pure grids deal more with unit sizing, more like Bootstrap.
In general, Cutestrap is more opinionated (as its tagline implies) whereas Pure offers much more customizability. I'd argue that Pure should be used more like Bootstrap, as a way to prototype complex UIs before applying more custom styling, whereas Cutestrap should be more directly used as a base for your own, custom (and opinionated) styling.
Re: Cutestrap: 8k CSS framework
#6Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
Re: Cutestrap: 8k CSS framework
#7Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
Re: Cutestrap: 8k CSS framework
#8Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
1) Want to use it
2) Are already using it
3) Found a template they love they want to base the site off of
Re: Cutestrap: 8k CSS framework
#9Re: Cutestrap: 8k CSS framework
#10For me, forms look microsoftish (maybe can be easily customized though) and BEM is hungarian notation of CSS.