Lost Grid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.
peterramsing on v9.0.0
peterramsing on bump-for-9
peterramsing on master
Does the bumpy things for v9 Merge pull request #455 from pe… (compare)
peterramsing on bump-for-9
Does the bumpy things for v9 (compare)
peterramsing on master
fix(plugin): fix options assign… chore(test): add test for plugi… Merge branch 'master' into feat… and 2 more (compare)
@marcustisater Is this a one-off grid you need to make or is this something that needs to be dynamic?
Here’s a pen if it’s one-off: http://codepen.io/peterramsing/pen/WoopVv
I set the height so there was a height. The height would be based on the content w/o it and since it was a mockup there was no content. :)
The last two being centered? …you could have something that might count the children and if they aren’t a multiple of 3 then it would add margin-left
to the second to last element? …or the last element if there was just one in the bottom row?
…it depends on if it’s a one-off grid or something that would be dynamic. (marketing site or app?)
width: lost-size(1/4);
or something?