Sourced from sass's releases.
Dart Sass 1.92.0
To install Sass 1.92.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, andmeta.load-css(..., $with: ...)is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.Fix a bug where
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
- In
--watchmode, delete the source map when the associated source file is deleted.See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.92.0
Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, andmeta.load-css(..., $with: ...)is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.Fix a bug where
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
- In
--watchmode, delete the source map when the associated source file is deleted.
055ef24
[Private Config] Implement the deprecation (#2631)3526d62
Bump actions/attest-build-provenance from 2 to 3 (#2633)87e2e1c
Add support for the plain CSS type() function (#2630)9009a64
Implement the new mixed declaration/comment/at-rule behavior (#2629)6d3d928
Delete source maps when source files are deleted in watch mode (#2626)c61b098
Fix @extend through mixed @import and
@use (#2627)dc923ed
Update Jest snapshot URLs (#2628)