Live data from Hacker News

Cutestrap: 8k CSS framework

cutestrap.com

11–20 of 57 posts

Re: Cutestrap: 8k CSS framework

#13
post #4

I 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

#14
post #10

Earlier quoted context omitted.

What is "microsoftish"?

I suppose the forms are vaguely reminiscent of Microsoft's rectangular, solid-colored forms

Which is funny because that look has only been used by MS for the past 2-3 years. But yes, it's their current look. :)

Re: Cutestrap: 8k CSS framework

#16
can 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

#18
post #7
post #2

Cool, 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).
Post reply on HN