Sourced from sass's releases.
Dart Sass 1.76.0
To install Sass 1.76.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with
--are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is namedcss-function-mixin.See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.76.0
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with
--are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is namedcss-function-mixin.
264b2d5 Deprecate function and mixin names beginning with -- (#2230)f145e1c Throw errors for misplaced statements in keyframe blocks (#2226)eafc279 Explicitly add a breaking change exemption for invalid CSS output (#2225)b97f26f Add a per-importer cache for loads that aren't cacheable en masse (#2219)2a9eaad Implement access tracking for containingUrl (#2220)