Lost Grid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.
peterramsing on 445-upgrade-postcss-8
Updates to correct lock (compare)
peterramsing on 445-upgrade-postcss-8
Only runs lostAtRule for actual… (compare)
peterramsing on 445-upgrade-postcss-8
Makes error output easier to re… Fixes issue where results were … Fixes "params" spelling error (compare)
peterramsing on 445-upgrade-postcss-8
Adds failing test for async plu… (compare)
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?