sass/dart-sass

The reference implementation of Sass, written in Dart.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 16th, 2026
Created on October 31st, 2016
Open Issues & Pull Requests: 69 (+0)
GitHub issues: Enabled
Number of forks: 381
Total Stargazers: 4,221 (+0)
Total Subscribers: 71 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.6 hours
Mean response time: 56.5 days
90th percentile: 8.8 days
Tracked items: 200

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 5% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 11 hours, while "enhancement" waits about 11 days. 88% of issues opened in the past year have been closed, leaving a working backlog. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 21
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 998 days
Stale 30+ days: 17
Stale 90+ days: 15

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (48)
  • needs info (32)
  • enhancement (29)
  • blocked (9)
  • CLI (7)
  • JavaScript (7)
  • cosmetic (7)
  • infrastructure (6)

Detailed Description

Dart Sass is a CSS preprocessor that serves as the reference implementation of Sass, written in Dart.

Sass extends CSS with features like variables, nesting, mixins, and functions, allowing developers to write stylesheets more efficiently and maintainably. Dart Sass implements the complete Sass language specification and is designed to be the authoritative version against which other implementations are measured. It provides both a command-line interface and a Dart library that can be embedded in other applications, making it flexible for different integration scenarios.

Developers should choose Dart Sass if they need the most up-to-date and complete implementation of the Sass language specification. It suits projects of any scale, from small websites to large applications, and is particularly valuable for teams that want assurance they are using the reference implementation. The tool is appropriate for anyone building with Sass who wants compatibility with the latest language features and specifications.

The project maintains steady development activity with regular commits addressing bug fixes, feature additions, and language specification updates. The maintainers actively respond to issues and pull requests, indicating ongoing engagement with the user community. Development focuses on keeping the implementation aligned with the evolving Sass language specification and ensuring compatibility across different platforms and use cases.