Releases: supple-kit/supple-css
Releases · supple-kit/supple-css
v5.7.1
Full Changelog: v5.7.0...v5.7.1
v5.7.0
Update o-mesh
with:
- more flexible
o-mesh--flow
modifier which wraps grid cells better
v5.6.0
Update o-layout
with:
- native inline gaps, no more nasty margin hacks!
- align-inline-between, generate equal space between items
- block/inline specific gap classes
v5.5.1
Added button
, input
, select
& textarea
to margin in _reset.scss
v5.5.0
- Removed
o-layout
block axis gaps with native row-gap property - General housekeeping, package update
v5.4.0
- Fixed a bug where
responsive.lock
didn't work on any root element. - General housekeeping by including prettier & upgrade stylelint
v5.3.0
- Fixed a bug where
px
based media queries were not converted toem
v5.2.0
- Upgraded stylelint-config-supple to version 4
v5.1.0
- Added
responsive.color-scheme
mixin that lets you define your dark mode custom properties in a way that supports a toggle component - Update dependencies & housekeeping
v5.0.2
- Refactor slash-based divisions(
/
) withmath.div()
functions as per: slash-div - @portfolioris - Update dependencies & housekeeping