Releases: peterramsing/lost
Releases · peterramsing/lost
3.0.2
- Add
center()
mixin
3.0.1
- Fixed some bugs with cycle code being out of order
- Fixed bug with rtl support
3.0.0
- 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
- Fix
align
to use$dir
throughout instead of$direction
- Fix
block()
in SCSS when$gut
is0
2.0.2
- 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
- Use old align for same functionality with better browser support
- Remove
overflow-x: hidden
as this kills the overflow - Use
height: auto
instead ofinherit
since inherit doesn't seem to work
2.0.0
- Removed
container
- Switched
row()
tobox()
- Switched
column()
toblock()
- Support vertical grids
- Removed
$old
and all references to it now that calc() Polyfill supports multiplication - Removed helper classes
1.1.1
- Add support for various
$output
1.0.1
- Add
$init
param tocolumn()
for making CSS grids with Lost
1.0.0
- Make work with custom settings
- 1.0.0 🎉