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

Pretty much all the classes we expose publicly in the Dart API should have some form of [class modifier](https://dart.dev/language/class-modifiers), but adding this would be a breaking change, so we should...

enhancement
blocked

This is already deprecated, but once we release Dart Sass 2.0.0 we should make it a full error.

enhancement
blocked

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

enhancement
embedded

Can sass provide completions for common shells? I guess can be helpful.

enhancement
help wanted
CLI

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

enhancement

This flag will help mitigate the pain of deprecations for users who need a large amount of time to schedule and execute on a migration away from deprecated behavior. It...

enhancement

Hello everyone, I've being trying to use Sass with Bootstrap 4.6.2, and it's impossible since I've always the error due to numeric class's. Eg: `.100{` since I'm moving our project...

needs info

## Context I am experiencing an issue when using the JS API, `sourcemap` compile option when used in tandem with `style = compressed`. The source map is produced and I...

bug
needs info

Reopening https://github.com/sass/sass-spec/pull/1872 seems to have exposed a regression in `dart-sass`'s behavior for trimming complex selectors. The reproduction is: ```scss a b { @extend %c; } a > b { @extend...

enhancement
cosmetic

See sass/sass#3852 See sass/sass#3858 See sass/sass-spec#1984