Releases: scriptex/scss-goodies
Releases · scriptex/scss-goodies
Updated metadata
Removed SASS warnings
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
This release:
- Adds a new and modern "reset" mixin.
- Includes all files in the
main.scssentrypoint. - Migrates away from
node-sassand starts usingdart-sass
(A possible) BREAKING change:
sassis now required as a peer dependency and should be installed alongsidescss-goodies.
More tools and helpers
This release:
- Switches to SASSDOC for documentation in the .scss files
- Adds documentation for usage, implementation and configuration for all available tools and helpers. The documentation is available here.
- Adds more helpers. Details can be found on the website.
- Adds more tools. Details can be found on the website.
- Makes all available variables editable (by adding the
!defaultdeclaration. This means that now everything can be configured. - 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
Add font-size mixin
Add text-truncate mixin
Add media query mixin
Update documentation
Bump version
New mixins
This release adds several new helpers in the shape of SCSS mixins
First stable
This is the first release 🎉