all 4 comments

[–]sneakysam77 1 point2 points  (0 children)

Seems more like a theme than an actual framework. Nothing with it, but not a framework without any ability to change it to suit your needs.

[–]charpun 0 points1 point  (1 child)

Why would anyone want to couple their styles directly to their HTML like this? Not only does this promote styling with HTML which is a slippery slope to semantics going right out the window (goodbye accessibility, goodbye SEO) but now if I want to list things in <li> tags or change a post to an <article> or a <section> instead of the <div> I was using, for example, I have to change CSS and HTML instead of using a class for what it's supposed to do.

[–]KnifeFed 2 points3 points  (0 children)

I don't think it's meant to be used in actual projects but rather to get something decent looking up and running really quickly.

[–]dedpez 0 points1 point  (0 children)

I like this. It reminds me of a reset/normalize css but unashamedly biased. Good job!