This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass | dependencies | minor | 1.85.1 -> 1.87.0 |
v1.87.0
&
is loaded into a nested Sass context via
meta.load-css()
or @import
, Sass now emits plain CSS nesting rather than
incorrectly combining it with the parent selector using a descendant
combinator.v1.86.3
..
segment.v1.86.2
v1.86.1
file:
URL case canonicalization on Windows and
Mac OS.v1.86.0
Add support for %
as an expression in its own right. It will still be parsed
as the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string %
.
Consider attr()
to be a special number function that can be used as a
channel in color functions.
Deprecate user-defined functions named type()
so that we can eventually
support the new CSS type()
function.
This MR has been generated by Renovate Bot.