sass/dart-sass
This system is a comprehensive Sass compiler implementation written in Dart, providing both a command-line interface and programmatic APIs for compiling SCSS and Sass stylesheets into CSS. It features a modular architecture that supports asynchronous compilation, parallel processing, and cross-platform execution via Dart isolates and JavaScript interop. The engine includes a detailed Abstract Syntax Tree for parsing and evaluating Sass features like modules, functions, and color spaces, while also exposing a PostCSS-compatible parser for external tooling.
62.3
Adequate · 5 August 2026
85k
lines of production code
Dart
with TypeScript
1
bus factor · 75 authors in all
4
measurements over time
How it got here
2016 · Dart API and AST restructuring
This period focused on modernizing the Sass compiler's architecture by introducing a comprehensive public Dart API and asynchronous compilation support. The internal codebase was significantly restructured, particularly the Abstract Syntax Tree (AST) and parser, to better separate CSS and Sass constructs and support complex selector and expression handling.
23 changes
2017–2019 · Asynchronous imports and modular functions
This period focused on modernizing the Sass engine with an asynchronous importer interface and a new module system for built-in functions. Parallel compilation via Dart isolates and mutable CSS AST nodes were introduced to improve performance and evaluation efficiency. Comprehensive test suites were added to validate the new asynchronous workflows, CLI behaviors, and functional modules.
13 changes
2021–2024 · JS API and embedded compiler expansion
This period focused on expanding the project's integration capabilities through a new embedded compiler for cross-process communication and a comprehensive JavaScript API. The team also modernized internal value handling with specialized number subclasses and implemented CSS Color Level 4 support, while introducing a PostCSS-compatible parser for broader ecosystem compatibility.
15 changes
Survey your own repository
sass/dart-sass was measured the same way every project in this corpus was: the same rubric, at a pinned commit, with the result published in full. Point the surveyor at a repository you know and see whether you agree with it.
About this page
- The description of this project is derived from its own commit history, not from its README.
- The score is its highest published measurement, taken on 5 August 2026 at a pinned commit. It is not a live figure and does not change until the project is measured again.
- Measured at commit 6827287d84 — the exact code this score is about.
- Scored under rubric rubric-2026.08.19. Score the same commit under that rubric and you get the same number.