Nice work, although a little useless right now.<p>It would be nice if your browser support was a little more informative than "The latest versions of Chrome, FF, Safari". What platforms are you supporting? FF runs on multiple devices nowadays and although it has the same rendering engine there are subtle differences (particularly in font rendering). Also you should set a baseline for browsers, as my users don't use the latest versions of a browser, and we have a minimum requirement.<p>As said already it's a little odd to go with a 10 column grid, given that 12 is more divisible.<p>On a more general note, wouldn't it be nice if front-end CSS frameworks were more inter-operable. Let's say I want to use Foundation's forms, Simple Grid's grid and Bootstrap's alert I would have to compile Bootstrap and Foundation separately and then learn the proprietary markup and classes that Foundation uses for its forms, and then do the same for Simple Grid's grid and Bootstrap's alerts. In an ideal world the markup would be consistent and the classes and you could simply switch out your CSS files to try different things.