For me, forms look microsoftish (maybe can be easily customized though) and BEM is hungarian notation of CSS.
What is "microsoftish"?
Cutestrap: 8k CSS framework
11–20 of 57 posts
Re: Cutestrap: 8k CSS framework
#12Re: Cutestrap: 8k CSS framework
#13I 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.
This is something that interests me as well. I would like a bare-bones configurable SCSS library to use in my projects.
Re: Cutestrap: 8k CSS framework
#14Re: Cutestrap: 8k CSS framework
#15Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
4 more kilobytes. :)
Re: Cutestrap: 8k CSS framework
#16can 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 out. This structure doesn't make sense to me though as they are all flat & in same directory.Re: Cutestrap: 8k CSS framework
#17Re: Cutestrap: 8k CSS framework
#18Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
The grids are way nicer in cute. You just have to specify a grid container and the flex takes care of the rest.
Yes, but just one row at a time (it doesn't wrap). And with flexbox it's just 2 lines of CSS code anyway (unprefixed).
Re: Cutestrap: 8k CSS framework
#19Cool, but what does it offer that Pure (4kb doesn't)? http://purecss.io
Pure doesn't have any SASS/LESS support, from what I can see.
Re: Cutestrap: 8k CSS framework
#20In my opinion this is still the best option for CSS, especially in combination with React.
Most importantly it contains a ratio-based scale: http://tachyons.io/docs/layout/spacing/