To install Sass 1.93.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a crash when a style rule contains a nested
@import
, and the loaded file@use
s a user-defined module as well as@include
s a top-level mixin which emits top-level declarations.
JavaScript API
- Release a
@sass/types
package which contains the type annotations used by both thesass
andsass-embedded
package without any additional code or dependencies.
See the full changelog for changes in earlier releases.