Bump sass from 1.80.7 to 1.81.0
Bumps sass from 1.80.7 to 1.81.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.81.0
To install Sass 1.81.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()
calculation with a single argument, as long as that argument might be a unitless number.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.81.0
Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()
calculation with a single argument, as long as that argument might be a unitless number.
Commits
-
57a6853
Add support for CSSround()
with one unitless argument (#2436) -
e400bdd
Support@forward
in sass-parser (#2435) - 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