For me, forms look microsoftish (maybe can be easily customized though) and BEM is hungarian notation of CSS.
Cutestrap: 8k CSS framework
21–30 of 57 posts
Re: Cutestrap: 8k CSS framework
#22Re: Cutestrap: 8k CSS framework
#23Re: Cutestrap: 8k CSS framework
#24Re: Cutestrap: 8k CSS framework
#25Bootstrap can be customized to be as small as you want it to be: http://getbootstrap.com/customize/
Re: Cutestrap: 8k CSS framework
#26Re: Cutestrap: 8k CSS framework
#27I think it will need to follow Foundation style and offer mixin rather than hardcoding the classes. A library taking like .btn andothers etc is not something you'd want. Or maybe it's just me that don't like putting tons of classes in the HTML.
I want to build the project in a way that people would like to use it, so you'll probably see mixins brought back in a future release :)
Re: Cutestrap: 8k CSS framework
#28Re: Cutestrap: 8k CSS framework
#29can someone explain the convention of importing a directory into a file of the same name (and same level) before main.scss. The structure is: src/sass/ components/ support/ vars/ _components.scss _support.scss main.scss and within main: @import "components"; Just curious why this is? I usually just import them directly into main, but I could understand if they were nested into the directory so they could be broken ou…
With something this small, it could be just into the one file, but I'm optimizing for that granularity.
Re: Cutestrap: 8k CSS framework
#30For me, forms look microsoftish (maybe can be easily customized though) and BEM is hungarian notation of CSS.