Sourced from sass's releases.
Dart Sass 1.101.0
To install Sass 1.101.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the
exports,sass, andstylefields ofpackage.json. Previously, these files were ignored even when loaded via@import, so any code relying on loading module-system-only files this way may break.See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.101.0
- Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the
exports,sass, andstylefields ofpackage.json. Previously, these files were ignored even when loaded via@import, so any code relying on loading module-system-only files this way may break.