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 - 3.0.2

Published by corysimmons over 9 years ago

  • Add center() mixin
lost - 3.0.1

Published by corysimmons over 9 years ago

  • Fixed some bugs with cycle code being out of order
  • Fixed bug with rtl support
lost - 3.0.0

Published by corysimmons over 9 years ago

  • Remove box() completely.
  • Switch to float: left; margin-right grid rather than margin on each side (although that layout is still available with $masonry-friendly. This decision was made for much terser markup by default.
  • Add better support for vertical and waffle grids.
  • Remove move() source ordering. Plan to add this back but couldn't figure out the formula.
lost - 2.0.3

Published by corysimmons over 9 years ago

  • Fix align to use $dir throughout instead of $direction
  • Fix block() in SCSS when $gut is 0
lost - 2.0.2

Published by corysimmons over 9 years ago

  • Fix how vertical grids handle width. width: 100% was pushing the edges of elements off the sides (could see this on borders)
lost - 2.0.1

Published by corysimmons over 9 years ago

  • Use old align for same functionality with better browser support
  • Remove overflow-x: hidden as this kills the overflow
  • Use height: auto instead of inherit since inherit doesn't seem to work
lost - 2.0.0

Published by corysimmons over 9 years ago

  • Removed container
  • Switched row() to box()
  • Switched column() to block()
  • Support vertical grids
  • Removed $old and all references to it now that calc() Polyfill supports multiplication
  • Removed helper classes
lost - 1.1.1

Published by corysimmons over 9 years ago

  • Add support for various $output
lost - 1.0.1

Published by corysimmons over 9 years ago

  • Add $init param to column() for making CSS grids with Lost
lost - 1.0.0

Published by corysimmons over 9 years ago

  • Make work with custom settings
  • 1.0.0 🎉
lost - 0.0.7

Published by corysimmons over 9 years ago

  • Syntax center to container

This makes it more Bootstrap-like and familiar to users.

lost - 0.0.6

Published by corysimmons over 9 years ago

Add docs

lost - 0.0.5

Published by corysimmons over 9 years ago

Upgrade Stylus syntax to $var

lost - 0.0.4

Published by corysimmons over 9 years ago

Convert shift() to move()

lost - 0.0.3

Published by corysimmons over 9 years ago

Add cycle

lost - 0.0.2

Published by corysimmons over 9 years ago

:shipit: