DaveP Posted March 26, 2014 Posted March 26, 2014 Does what it says on the tin - about 250 bytes of CSS. http://mourner.github.io/dead-simple-grid/ For when Bootstrap, Foundation, etc are a bit too much. (I was sure I had seen this mentioned in the forum before, but a search didn't find it.) 4
Soma Posted March 26, 2014 Posted March 26, 2014 I use pocketgrid which is the same basicly. I use it all the time. On mobile so no link.
Manfred62 Posted March 26, 2014 Posted March 26, 2014 Also prefer PocketGrid. Very simple, very small. I pimped the first line in PocketGrid this way: *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 2
Recommended Posts