* Package name : node-sass Version : 1.43.4 Upstream Author : Natalie Weizenbaum <nweiz@google.com> * URL : https://github.com/sass/dart-sass * License : MIT Programming Lang: Dart Description : The reference implementation of Sass, written in Dart This is a build-dep of furo.
Hi, sadly dart isn't packaged in Debian. As a workaround, you can use node-node-sass. Cheers, Yadd
Hi, rsass can appropriately compile sass files which is convenient for Debian packaging. Thanks, Alex
Yes. There is a multitude of sass implementations, including node-node-sass, node-grunt-sass, rsass, sassc. There's also a separate ITP for *another* rust sass implementation in #1093767. It says, accurately, that neither rust implementation is a complete implementation of dart-sass, which this aims to package. I have tested rsass against a codebase here and it fails to implement map.deep-merge, for example. Really, we should just aim at having the reference implementation here, because otherwise we're just doing our users a disservice at providing incomplete `sass` implementations. a.
El sábado, 20 de junio de 2026 a las 12:11, Pierre Gruet <pgt@debian.org> escribió: CC'ing Edward, since this package grew directly out during the review of node-material-web: that package needs Dart Sass, which can only be built from source with dart2js from the Dart SDK: hence this ITP. CC'ing also #998024, since this will unblock that one. Having dart-sdk finally unblocks the long-standing RFP #998024 (Dart Sass) which could then be packaged and close it (also a prerequisite for #931793, Flutter). The proof of concept already builds the Dart SDK from source, offline, in sbuild with the Debian toolchain (using system clang/gn/ninja) and a self-hosting bootstrap like ghc/gnat; I'll need some guidance regarding the agreement on that bootstrap before any upload. I would appreciate anyone pitching in on this. Best, Juan