Releases: cmalven/sass-toolkit
Releases · cmalven/sass-toolkit
9.0.2
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
Changed
- Moves to fully using Sass modules
8.0.0 Beta 1
Changed
- Now requires the use of Sass Modules (
@useand@forward)
7.0.0
6.0.1
6.0.0
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-sizeat a given breakpoint. For instance, you can changeline-height(even fluidly!) at different breakpoints. - The
font-smoothingproperty has been removed from$type-styles - The
$fluid-sizesconfiguration variable has been renamed to$sizes - The
fluid-sizeandget-fluid-sizemixins have been renamed tosizeandget-sizeto reflect the fact that the values set there do not necessarily need to be fluid.
6.0.0-beta.4
Sass toolkit shouldn't handle font smoothing.
6.0.0-beta.3
By sure to import map-extend in type styles.
6.0.0-beta.2
Bump beta version.
6.0.0-beta.1
Allow workflow to be manually run.