Build(deps-dev): bump sass from 1.81.1 to 1.82.0 in /ui
Bumps sass from 1.81.1 to 1.82.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.82.0
To install Sass 1.82.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Command-Line Interface
Improve
--watch
mode reliability when making multiple changes at once, such as checking out a different Git branch.Parse the
calc-size()
function as a calculation now that it's supported in some browsers.Dart API
- Add a
SassCalculation.calcSize()
function.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.82.0
Command-Line Interface
Improve
--watch
mode reliability when making multiple changes at once, such as checking out a different Git branch.Parse the
calc-size()
function as a calculation now that it's supported in some browsers.Dart API
- Add a
SassCalculation.calcSize()
function.
Commits
-
5740eb5
Make several changes to improve the reliability of--watch
mode (#2444) -
63ebf16
Add support forcalc-size()
(#2446) - See full diff in compare view