Comment on Show HN: my boilerplate CSS code for new designs, written in Less.Comments−kaylarose15yI really like the .transition, and the attention to browser support in .gradientH and .gradientV. Very nice touch!Tiny nitpick: IMO the call to action styles doesn't belong (seems a bit to specific for a generic boilerplate). Other than that, nice job.Edit: I also like that this is more lightweight than Bootstrap - which I hadn't seen before.−mgeraciOP15yMost of the CSS3 browser compatibility came from Paul Irish's awesome CSS3please tool (http://css3please.com/). You should definitely check it out if you're coding css without a framework.
Comments
I really like the .transition, and the attention to browser support in .gradientH and .gradientV. Very nice touch!
Tiny nitpick: IMO the call to action styles doesn't belong (seems a bit to specific for a generic boilerplate). Other than that, nice job.
Edit: I also like that this is more lightweight than Bootstrap - which I hadn't seen before.
Most of the CSS3 browser compatibility came from Paul Irish's awesome CSS3please tool (http://css3please.com/). You should definitely check it out if you're coding css without a framework.