Sourced from sass's releases.
Dart Sass 1.83.1
To install Sass 1.83.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug where
--quiet-deps
would get deactivated for@content
blocks, even when those blocks were entirely contained within dependencies.Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to
--silence-deprecation
or--fatal-deprecation
.See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.83.1
Fix a bug where
--quiet-deps
would get deactivated for@content
blocks, even when those blocks were entirely contained within dependencies.Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to
--silence-deprecation
or--fatal-deprecation
.
3d3e925
Fix --quiet-deps
for @content
blocks (#2474)777708c
Include deprecation IDs in deprecation messages (#2475)f5c385d
Support the latest DartDoc (#2472)fb55782
Bump bufbuild/buf-setup-action from 1.47.2 to 1.48.0 in
/.github/util/initial...ea7ea57
Bump dart_style from 2.3.7 to 3.0.0 (#2459)6f4584c
Avoid a broken Dartdoc release (#2469)f0f605a
Merge pull request #2457
from sass/includebc39d0c
Add support for the @include
rulebf50fad
Explicitly annotate GenericAtRule as having optional nodes