lost

LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.

MIT License

Downloads
78.7K
Stars
4.5K
Committers
33
lost - 6.2.0

Published by corysimmons over 9 years ago

  • Remove display: flex from flexbox grid elements as it's not needed and adds confusion
  • DRY up newBlock function in lost.js
lost - 6.1.1

Published by corysimmons over 9 years ago

  • Add comma to variable declarations in masonry columns
lost - 6.1.0

Published by corysimmons over 9 years ago

  • Add global cycle setting
lost - 6.0.1

Published by corysimmons over 9 years ago

  • Port to PostCSS
  • Remove Stylus, SCSS, LESS versions
lost - 5.1.6

Published by corysimmons over 9 years ago

  • Make align(reset) go back to position: static
lost - 5.1.5

Published by corysimmons over 9 years ago

  • Fix masonry support fraction
lost - 5.1.4

Published by corysimmons over 9 years ago

  • Stop outputting padding on center() if $pad: 0
lost - 5.1.3

Published by corysimmons over 9 years ago

  • Add get-size() function to help with class creation.
lost - 5.1.2

Published by corysimmons over 9 years ago

  • Fix waffle() at various breakpoints by resetting margin-bottom
  • Fix row() at various breakpoints by setting width: 100%
lost - 5.1.1

Published by corysimmons over 9 years ago

  • Add Flexbox support
  • Bump center() default height to 1140
  • Convert cf() to the more readable clearfix()
lost - 5.0.0

Published by corysimmons over 9 years ago

  • Convert block() to column(), row(), and waffle()
lost - 4.2.0

Published by corysimmons over 9 years ago

  • Add LESS port
lost - 4.1.1

Published by corysimmons over 9 years ago

  • Remove html, body reset
  • Normalize subpixel rounding percentages for IE
lost - 4.1.0

Published by corysimmons over 9 years ago

  • Remove $output since it didn't work anyway
  • Remove superfluous float and margin rules
lost - 4.0.1

Published by corysimmons over 9 years ago

  • Beef up align() mixin
lost - 4.0.0

Published by corysimmons over 9 years ago

  • Fix all kinds of things
  • Remove dependency on $cycle for sizing
  • Made grid insanely awesome
lost - 3.0.6

Published by corysimmons over 9 years ago

  • Make precision better on large devices
lost - 3.0.5

Published by corysimmons over 9 years ago

  • Fix IE rounding error by converting all 100% to 99.999%
lost - 3.0.4

Published by corysimmons over 9 years ago

lost - 3.0.3

Published by corysimmons over 9 years ago

  • Added clearfix to center()