This is an update to my minimalist css framework, which I use for simple blog posts, sales pages, and now dashboards. This version adds a simple grid, among other things.
Dunno why but I really dislike when :focus() and :active() are not used on <button /> elements. I think it really helps people understand the cause -> effect pathway of pushing a button on a screen. It's also not hard to implement.