dart-sass
dart-sass copied to clipboard
The reference implementation of Sass, written in Dart.
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...
This is already deprecated, but once we release Dart Sass 2.0.0 we should make it a full error.
See https://github.com/sass/sass/issues/3247
Can sass provide completions for common shells? I guess can be helpful.
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...
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...
## 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...
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...
See sass/sass#3852 See sass/sass#3858 See sass/sass-spec#1984