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

The reference implementation of Sass, written in Dart.

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

As it stands, error messages cannot be analysed by VSCode's problemMatcher (which needs line-by-line matches). I made a report here: https://github.com/microsoft/vscode/issues/83384 However, this has been closed in favor of "programmatic...

enhancement
needs info
CLI

Heya @nex3 👋 Recently at Angular CLI we flipped our default from using `node-sass` to `dart-sass` as part of our version 8 release. We started getting a lot of reports...

JavaScript
needs info

Given: ```scss foo { x: rgba("foo", 0.5); } ``` Gives the following error in dart sass: ``` Error: $color: "foo" is not a color. , 2 | x: rgba("foo", 0.5);...

enhancement
cosmetic

Currently the following function calls all return false: * `is-superselector("a ~ c", "a ~ b ~ c")` * `is-superselector("b ~ c", "a ~ b ~ c")` * `is-superselector("a ~ c",...

bug

See https://github.com/sass/sass/issues/2728

bug

I recently moved from node-sass 4.12.0 to (dart-)sass 1.22.7 Upon switching, I noticed that some at-rules end up being repeated. I've tracked down the issue where upon using a nested...

bug
cosmetic

Hi, dart-sass displays error messages on css-file, which is very useful but it displays only the first error on every file. If i make another mistake on the same sass-file,...

enhancement
cosmetic
low priority

Hi Natalie! I have been tasked with troubleshooting some substandard `pub build_runner build` times within Workiva's _(massive)_ Dart application ecosystem as we try to finish our transition to the Dart...

question
needs info

I use Windows 7 SP1 (64-bit) with Dart Sass 1.7.3. I see the following odd characters appearing in my console window when I interact with `sass`: - `[1m` - `[0m`...

bug
blocked

Today, if a user uses a declaration in a context where only a style rule is valid (such as the top level of a style sheet, or within a top-level...

enhancement
cosmetic