Sourced from sass's releases.
Dart Sass 1.69.0
To install Sass 1.69.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Add a
meta.get-mixin()function that returns a mixin as a first-class Sass value.Add a
meta.apply()mixin that includes a mixin value.Add a
meta.module-mixins()function which returns a map from mixin names in a module to the first-class mixins that belong to those names.Add a
meta.accepts-content()function which returns whether or not a mixin value can take a content block.Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.
Dart API
- Deprecate
Deprecation.calcInterpsince it was never actually emitted as a deprecation.Embedded Sass
- Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.
See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.69.0
Add a
meta.get-mixin()function that returns a mixin as a first-class Sass value.Add a
meta.apply()mixin that includes a mixin value.Add a
meta.module-mixins()function which returns a map from mixin names in a module to the first-class mixins that belong to those names.Add a
meta.accepts-content()function which returns whether or not a mixin value can take a content block.Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.
Dart API
- Deprecate
Deprecation.calcInterpsince it was never actually emitted as a deprecation.Embedded Sass
- Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.
8e6a26c Cut a release (#2107)ce545c2 Implement first class mixins (#2073)310904e Fix a race condition preventing embedded compiler to shutdown after a protoco...16b8512 Switch to the GitHub-hosted MacOS ARM64 runner (#2103)4255930 Update the version of Sass used by the website on release (#2102)507e439 Bump actions/checkout from 3 to 4 (#2088)f66cb47 Bump docker/setup-qemu-action from 2 to 3 (#2089)ff56fc5 Implement support for the relative color syntax of CSS Color 5 (#2098)00823e0 Rephrase errors for numbers that must be unitless or % (#2101)23f0143 Forbid LLM contributions (#2100)