Skip to content

Releases: peterramsing/lost

3.0.2

02 Apr 07:50
Compare
Choose a tag to compare
  • Add center() mixin

3.0.1

02 Apr 07:20
Compare
Choose a tag to compare
  • Fixed some bugs with cycle code being out of order
  • Fixed bug with rtl support

3.0.0

02 Apr 06:29
Compare
Choose a tag to compare
  • 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.

2.0.3

01 Apr 14:43
Compare
Choose a tag to compare
  • Fix align to use $dir throughout instead of $direction
  • Fix block() in SCSS when $gut is 0

2.0.2

30 Mar 23:42
Compare
Choose a tag to compare
  • Fix how vertical grids handle width. width: 100% was pushing the edges of elements off the sides (could see this on borders)

2.0.1

30 Mar 21:20
Compare
Choose a tag to compare
  • 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

2.0.0

30 Mar 21:08
Compare
Choose a tag to compare
  • 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

1.1.1

28 Mar 01:26
Compare
Choose a tag to compare
  • Add support for various $output

1.0.1

27 Mar 17:57
Compare
Choose a tag to compare
  • Add $init param to column() for making CSS grids with Lost

1.0.0

25 Mar 07:49
Compare
Choose a tag to compare
  • Make work with custom settings
  • 1.0.0 🎉