Skip to content

Releases: supple-kit/supple-css

v5.7.0

02 Feb 16:16
Compare
Choose a tag to compare

Update o-mesh with:

  • more flexible o-mesh--flow modifier which wraps grid cells better

v5.6.0

25 May 08:28
Compare
Choose a tag to compare

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

16 May 12:31
Compare
Choose a tag to compare

Added button, input, select & textarea to margin in _reset.scss

v5.5.0

10 May 08:54
Compare
Choose a tag to compare
  • Removed o-layout block axis gaps with native row-gap property
  • General housekeeping, package update

v5.4.0

11 Feb 15:54
Compare
Choose a tag to compare
  • Fixed a bug where responsive.lock didn't work on any root element.
  • General housekeeping by including prettier & upgrade stylelint

v5.3.0

10 Nov 15:21
Compare
Choose a tag to compare
  • Fixed a bug where px based media queries were not converted to em

v5.2.0

03 Nov 13:34
Compare
Choose a tag to compare
  • Upgraded stylelint-config-supple to version 4

v5.1.0

15 Oct 08:44
Compare
Choose a tag to compare
  • 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

07 Jun 07:08
Compare
Choose a tag to compare
  • Refactor slash-based divisions(/) with math.div() functions as per: slash-div - @portfolioris
  • Update dependencies & housekeeping

v5.0.0

19 Mar 15:25
Compare
Choose a tag to compare

There it is: Supple v5! 🎉
After many months of coding, updating and testing the next Supple iteration is released.
This is a massive overhaul as opposed to v4.0.1, there is no simple upgrade path available.

  • Moved repository to Supple Kit as the first of the many to come tools for webdevelopment.
  • Removed sass-mq in favor of a new custom MQ system.
  • Added logical properties where possible so the framework is better suited for multilingual use.
  • Added mesh object, based on css-grid, to create simple grid systems.
  • Layout object can now be used without o-layout__cell child elements.
  • Added colspan, colstart, offset & columns utilities to use with layout & mesh objects.
  • Added better support for frameworks like svelte, react and the like.
  • More use of CSS custom properties.
  • Dropped IE11 support entirely