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

Is it even possible, if yes what is the combination of command line flags to get SASS to start start monitoring for changes, and comile only if a changes occurs....

needs info

Partial fix for #633. This restructures deprecation warnings into a class that gives each deprecation an identifier and structures the warnings themselves primarily based on the instance variables of that...

This isn't quite in a working state but I think it's at least 75% of the way there right now. I've hit a bit of a snag with using the...

Currently, we implement the asynchronous `render()` method in Node.js in one of two ways: * By default, it's run through the `AsyncEvaluator` which is synchronized via code gen with the...

enhancement
help wanted
JavaScript

This may well be intended behavior - but I'm puzzled as to why a variable imported into a wild card name space returns false for `global-variable-exists` checks _a.scss_ ```scss $foo:...

needs info

Is it possible to make dart-sass load chokidar only when actually watching files? In trying to optimise my build chain, I've noticed dart-sass loads the chokidar dependency, even when the...

enhancement
JavaScript
needs info

As a new feature of the project [trunk](https://github.com/thedodd/trunk/pull/146) we auto-download `dart-sass` to the local device and then execute it as one of our pipelines. Before we used a directly compiled...

blocked

Hi, I don't know if someone have already seen this issue, but, when do a `@debug ...`, is always displayed twice for each line. Anyone have this problem?

needs info

Hello, Since the deprecation of libsass I'm looking into transitioning to dart sass. For that I'm looking into performance issues. I've encountered a case where sassc takes 200ms compared to...

needs info