CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 365
Releases: sass/dart-sass
Dart Sass 1.89.2
1250380
Compare
To install Sass 1.89.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Host
- Fixed a compilation error caused by an outdated
buf
dependency.
See the full changelog for changes in earlier releases.
Assets 18
- sha256:ed1862a7c4740382d062806cac773fc6883a597fb7a22b8429a14573236cc2db
2025-06-09T19:28:56Z - sha256:e3dc4ce7e710e44e8810e214f895323b7e5236e99c1e2300aba7b1f9a73dbbfa
2025-06-09T19:28:56Z - sha256:34f0e51f6748c15f37c1de41d8721b1a51b834c1ca688789884678af2edb93f8
2025-06-09T19:28:56Z - sha256:b693d3b8c57cf2e448f70be0b73c5f19927de7023952278ed488edd6cb5723d3
2025-06-09T19:28:56Z - sha256:35bc11a55c47b22d70ca5ed462cb3c92f244e5bd9181c98080d88e3e12ae5f8c
2025-06-09T19:28:56Z - sha256:5924edf9f147d2d31bcb0b0ed18e387d49aa70ec136e42b1643bcd1353071f09
2025-06-09T19:28:56Z - sha256:2883d917363838906552fb453e204bfa7d87542351c605709dc805d3bc91f9a3
2025-06-09T19:28:57Z - sha256:caf960ff160d2afd529ccdab06817c9786f8cb2f8c369c6388ed5ee278b3a185
2025-06-09T19:28:57Z - sha256:8bc071b5c43e0b0474682de265d47de7b7e0da9105159a7febd0fc49450a5839
2025-06-09T19:28:57Z - sha256:b8ce53bc1c024a344b8c653929ef6a6560bd8256d16bdf8657de8ca28cacffaf
2025-06-09T19:28:57Z -
2025-06-09T18:18:29Z -
2025-06-09T18:18:29Z - Loading
Dart Sass 1.89.1
394fbe5
Compare
To install Sass 1.89.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Assets 18
Dart Sass 1.89.0
4e9e206
Compare
To install Sass 1.89.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.88.0
c6b2163
Compare
To install Sass 1.88.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Allow custom properties with empty values (such as
--var:;
). -
Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
- Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.
Dart API
- Deprecate passing a relative URL to
compileString()
and related functions.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.87.0
3b8afa2
Compare
To install Sass 1.87.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector
&
is loaded into a nested Sass context viameta.load-css()
or@import
, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.86.3
52221c0
Compare
To install Sass 1.86.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a
..
segment.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.86.2
f6fea3a
Compare
To install Sass 1.86.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.86.1
cee843b
Compare
To install Sass 1.86.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Improve the performance of
file:
URL case canonicalization on Windows and Mac OS.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.86.0
c6706e7
Compare
To install Sass 1.86.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
%
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 CSStype()
function.
Dart API
- Increase the minimum Dart SDK to 3.6.0.
See the full changelog for changes in earlier releases.
Assets 22
Dart Sass 1.85.1
87ef19a
Compare
To install Sass 1.85.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example,
round(-$var / 2)
previously threw an error but now works as intended.
See the full changelog for changes in earlier releases.