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

Previously I was encountering Legacy JS API deprecation warnings but after resolving those am getting the warnings like below ``` Deprecation Warning: As of Dart Sass 2.0.0, !global assignments won't...

needs info

This is the same as #2278 This looks like a regression as the tests * Pass in 1.63.2 * Fails in >= 1.77.5 (last tested 1.80.5) This works fine on...

bug
needs info
embedded

Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.3 to 5.0.0. Release notes Sourced from chokidar's releases. 5.0.0 Make the package ESM-only. Reduces on-disk package size from ~150kb to ~80kb Increase minimum node.js version to...

JavaScript
dependencies

Bumps [protoc_plugin](https://github.com/google/protobuf.dart) from 23.0.0 to 24.0.0. Release notes Sourced from protoc_plugin's releases. package:protoc_plugin v24.0.0 Breaking: Don't generate createRepeated methods. These methods are not too useful as there isn't much you...

Dart
dependencies

Apologize if this has come up before, I couldn't find an existing issue on the subject. Is there any interest in supporting output style/mode options that go beyond whitespace formatting?...

See https://github.com/sass/sass/issues/4120 - [x] Deprecation (https://github.com/sass/dart-sass/pull/2623) - [ ] Removal

bug
blocked

Actually fixes #2641. See https://github.com/sass/sass-spec/pull/2089

Given code like: ```scss entrypoint.scss @import 'def_wrapper'; @import 'ref_wrapper'; _def_wrapper.scss @forward 'def'; _def.scss $variable: blue; _ref_wrapper.scss @forward 'ref'; _ref.scss $variable: red !default; a { b: $variable; } ``` You would...

bug

See https://github.com/sass/sass/issues/4034 * [x] Deprecation (https://github.com/sass/dart-sass/pull/2631) * [ ] Removal

bug
blocked