Skip to content

Releases: scriptex/scss-goodies

Updated metadata

26 Sep 10:48
df41888

Choose a tag to compare

This release does not introduce any code changes. All package and repository metadata have been updated.

Removed SASS warnings

07 Jan 08:30
81e4951

Choose a tag to compare

This release takes care of SASS deprecation warnings such as deprecated usage of the division / operator in mathematical expressions.
This release also starts using @use in favor of @import statements.

Add a modern "reset" mixin && migrate to Dart SASS

29 Nov 12:59
df2e64d

Choose a tag to compare

This release:

  1. Adds a new and modern "reset" mixin.
  2. Includes all files in the main.scss entrypoint.
  3. Migrates away from node-sass and starts using dart-sass

(A possible) BREAKING change:

  1. sass is now required as a peer dependency and should be installed alongside scss-goodies.

More tools and helpers

26 Nov 07:07

Choose a tag to compare

This release:

  1. Switches to SASSDOC for documentation in the .scss files
  2. Adds documentation for usage, implementation and configuration for all available tools and helpers. The documentation is available here.
  3. Adds more helpers. Details can be found on the website.
  4. Adds more tools. Details can be found on the website.
  5. Makes all available variables editable (by adding the !default declaration. This means that now everything can be configured.
  6. Reduces the amount of generated CSS to zero. This means that importing the library will have no footprint in your application.

Update docs and add more helpers/tools

20 May 06:27
99ae5c2

Choose a tag to compare

Add font-size mixin
Add text-truncate mixin
Add media query mixin
Update documentation
Bump version

New mixins

08 May 08:33

Choose a tag to compare

This release adds several new helpers in the shape of SCSS mixins

First stable

18 Jan 06:49

Choose a tag to compare

This is the first release 🎉