Releases: peterramsing/lost
Releases · peterramsing/lost
6.2.0
- Remove
display: flex
from flexbox grid elements as it's not needed and adds confusion - DRY up newBlock function in lost.js
6.1.1
- Add comma to variable declarations in masonry columns
6.1.0
- Add global
cycle
setting
6.0.1
- Port to PostCSS
- Remove Stylus, SCSS, LESS versions
5.1.6
- Make
align(reset)
go back toposition: static
5.1.5
- Fix masonry support fraction
5.1.4
- Stop outputting padding on
center()
if$pad: 0
5.1.3
- Add
get-size()
function to help with class creation.
5.1.2
- Fix
waffle()
at various breakpoints by resettingmargin-bottom
- Fix
row()
at various breakpoints by settingwidth: 100%
5.1.1
- Add Flexbox support
- Bump
center()
default height to1140
- Convert
cf()
to the more readableclearfix()