dart-sass icon indicating copy to clipboard operation
dart-sass copied to clipboard

The reference implementation of Sass, written in Dart.

Results 149 dart-sass issues
Sort by recently updated
recently updated
newest added

- [x] Deprecation (https://github.com/sass/dart-sass/pull/2230) - [ ] `@function` (https://github.com/sass/dart-sass/pull/2655) - [ ] `@mixin` See https://github.com/sass/sass/issues/3787

enhancement
pending deprecation

- [x] Deprecate `FilesystemImporter.cwd` (https://github.com/sass/dart-sass/pull/2203) - [ ] Remove `FilesystemImporter.cwd` --- Hi, I've run into a problem when using the `--update` flag with the cli and specifying an absolute path...

bug
pending deprecation

The SASS default handling now throws an exception since release 1.76.0 ```sass $white: #fff !default; ``` This code causes the error ``` Error: Null check operator used on a null...

See https://github.com/sass/sass/issues/3702 https://github.com/sass/sass/pull/3860 https://github.com/sass/sass-spec/pull/1986 [skip sass-embedded]

`sass` depends on `chokidar` which depends on `braces` and as of today (13 May) there's an unpatched CVE https://www.cve.org/CVERecord?id=CVE-2024-4068 meaning that sass is flagged up as problematic by automated scanners...

See https://github.com/sass/sass/pull/3872. This updates the `Deprecation` enum to be generated from `spec/deprecations.yaml` in the language repo.

Now that Dart supports WASM as a compilation target, produce a version of dart-sass compiled to WASM for distribution (compatible with NodeJS 21+): https://dart.dev/web/wasm

blocked
infrastructure