Skip to content

Releases: cmalven/sass-toolkit

v3.0.1

29 Jun 22:56
Compare
Choose a tag to compare

Fixed

  • Fix for custom property names in some versions of sass.

v3.0.0

29 Jun 22:36
6e4f7e2
Compare
Choose a tag to compare

Changed

  • @include fluid-size() now uses CSS custom properties behind the scenes to drastically reduce the amount of code output.

v2.8.0

22 Apr 02:23
13a6dfa
Compare
Choose a tag to compare

Added

  • We now automatically output a responsive CSS custom property for every size set in $fluid-sizes.

v2.7.0

05 Apr 16:50
b0c5661
Compare
Choose a tag to compare

Fixed

  • Critical issues, such as trying to get map values that don't exist, will now throw an error instead of a warning.
  • Automatic checking of passed number values to ensure that they match when necessary.

v2.6.1

19 Nov 16:25
8208350
Compare
Choose a tag to compare

Fixed

  • Tests for fluid type values now include required px
  • Fluid sizes with only a default value won't fail when multiple properties are used.

Updated

  • Updates all dependencies

v2.6.0

09 Jun 14:22
874c8f0
Compare
Choose a tag to compare

Changed

  • Bumps dependency versions

v2.5.9

13 Jan 21:29
bcf9d3a
Compare
Choose a tag to compare

Changed

  • Upgrade to latest version of Mocha

v2.5.8

01 Jan 16:04
e2a4b5e
Compare
Choose a tag to compare

Added

  • Added example of vertical media queries to the README.

v2.5.7

23 Dec 17:34
3da84db
Compare
Choose a tag to compare

Changed

  • Bumps dependencies.

v2.5.6

14 Oct 16:08
Compare
Choose a tag to compare

Changed

  • Another update to Github workflow