Skip to content

Releases: cmalven/sass-toolkit

9.0.2

12 Nov 22:37

Choose a tag to compare

Changed

  • Fix Configuring private variables is deprecated. in Sass by renaming variables passed to Sass Toolkit.

Previous Configuration

@forward '@malven/sass-toolkit' with (
  $-breakpoints: $breakpoints,
  $-font-stacks: $font-stacks,
  $-type-styles: $type-styles,
  $-sizes: $sizes
);

Previous Configuration

@forward '@malven/sass-toolkit' with (
  $toolkit-breakpoints: $breakpoints,
  $toolkit-font-stacks: $font-stacks,
  $toolkit-type-styles: $type-styles,
  $toolkit-sizes: $sizes
);

Other

  • Update development dependencies.
  • Requires Node 20

8.0.0

26 Sep 15:44
6f23da2

Choose a tag to compare

Changed

8.0.0 Beta 1

22 Aug 19:54

Choose a tag to compare

8.0.0 Beta 1 Pre-release
Pre-release

Changed

  • Now requires the use of Sass Modules (@use and @forward)

7.0.0

23 Jul 19:19

Choose a tag to compare

Updated

  • Update to latest sass and sass-true packages.

6.0.1

15 Sep 18:30

Choose a tag to compare

Changed

  • Change method of interpolating value in fluid mixin to avoid compatibility issues in older Sass.

6.0.0

28 Apr 19:57
2b0685d

Choose a tag to compare

This is a big release with some breaking changes that allow even more powerful typography and a renaming of the fluid sizing toolkit to better reflect the flexibility of the system.

Changed

  • Individual type style sets can now customize properties other than font-size at a given breakpoint. For instance, you can change line-height (even fluidly!) at different breakpoints.
  • The font-smoothing property has been removed from $type-styles
  • The $fluid-sizes configuration variable has been renamed to $sizes
  • The fluid-size and get-fluid-size mixins have been renamed to size and get-size to reflect the fact that the values set there do not necessarily need to be fluid.

6.0.0-beta.4

19 Dec 22:11

Choose a tag to compare

6.0.0-beta.4 Pre-release
Pre-release
Sass toolkit shouldn't handle font smoothing.

6.0.0-beta.3

19 Dec 21:51

Choose a tag to compare

6.0.0-beta.3 Pre-release
Pre-release
By sure to import map-extend in type styles.

6.0.0-beta.2

19 Dec 21:10

Choose a tag to compare

6.0.0-beta.2 Pre-release
Pre-release
Bump beta version.

6.0.0-beta.1

19 Dec 21:08
fe67c59

Choose a tag to compare

6.0.0-beta.1 Pre-release
Pre-release
Allow workflow to be manually run.