Sass is maintained by Nathan Weizenbaum (me) and Chris Eppstein, and we greatly appreciate any help we can get. The official repository is at github.com/nex3/sass and most development discussion happens on the Sass mailing list.

Bugs and Features

If you’ve found a Sass bug, or you have something you’d like to see in the language, by all means speak up! Report it on the issue tracker and we’ll try to follow up with you as soon as we can. Please include the following information in your report:

The more information you can provide, the faster it’ll be to fix your bug!

Contributing

While bug reports and feature requests are great, actual code fixing the bugs or implementing the features is even better. If you’ve got some code to contribute, first read the information below, then fork the Sass repository and send a pull request. We’ll do a code review of your patch, and then chances are good we’ll merge it right in.

Sass has two primary branches. stable is where the development of the released version (currently 3.1.13) takes place. This is where most bug fixes should go. master, on the other hand, is where the next version of Sass is being developed. This is the place for new features. Please submit your changes to the appropriate branch.

When making a patch, please: