Bump sass from 1.59.3 to 1.60.0 in /webapp
Bumps sass from 1.59.3 to 1.60.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.60.0
To install Sass 1.60.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Add support for the
pi
,e
,infinity
,-infinity
, andNaN
constants in calculations. These will be interpreted as the corresponding numbers.Add support for unknown constants in calculations. These will be interpreted as unquoted strings.
Serialize numbers with value
infinity
,-infinity
, andNaN
tocalc()
expressions rather than CSS-invalid identifiers. Numbers with complex units still can't be serialized.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.60.0
Add support for the
pi
,e
,infinity
,-infinity
, andNaN
constants in calculations. These will be interpreted as the corresponding numbers.Add support for unknown constants in calculations. These will be interpreted as unquoted strings.
Serialize numbers with value
infinity
,-infinity
, andNaN
tocalc()
expressions rather than CSS-invalid identifiers. Numbers with complex units still can't be serialized.
Commits
-
f5a3dea
Add support for constants in calculations (#1922) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts