Bump sass from 1.75.0 to 1.76.0 in /webapp
Bumps sass from 1.75.0 to 1.76.0.
Release notes
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.
Changelog
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
.
Commits
-
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) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts