sass-site/source/community.md
Jonny Gerig Meyer 93f52974bb
Update source/community.md
Co-authored-by: Stacy Kvernmo <stacyk@users.noreply.github.com>
2023-01-31 17:06:15 -05:00

63 lines
2.6 KiB
Markdown

---
layout: has_complimentary
title: '#teamSass'
introduction: >
Sass has an awesome community of designers and developers who love to spread
the word and help people out. Here we've collected some resources.
Happy Styling!
eleventyComputed:
complementary_content: |
<nav class="sl-c-list-navigation-wrapper" aria-label="Resources">
{% markdown %}
## Resources
### [Jump Start Sass](https://amzn.to/2LKF0uR)
by Kitty Giraudel and Miriam Suzanne
### [Pragmatic Guide to Sass 3: Tame the Modern Style Sheet](https://amzn.to/2LEwXiZ)
by Hampton Lintorn Catlin and Michael Lintorn Catlin
### [Sass for Web Designers](https://amzn.to/2RkIVU3)
by Dan Cederholm
### [Sass and Compass in Action](https://amzn.to/2RjAQz7)
by Wynn Netherland, Natalie Weizenbaum, Chris Eppstein, Brandon Mathis
{% endmarkdown %}
</nav>
---
**Everyone is welcome in the Sass community, except those who are unwelcoming**.
Please read and follow our [community guidelines](/community-guidelines).
Thinking of **contributing** to Sass itself? We rely on everyone to keep Sass as
stable as it is. Feel free to [submit a patch via pull request](#Contribute) to
the Sass project.
Want to create your own Sass implementation? Check out our [implementation
guidelines](/implementation).
<h2 id="Contribute">Contribute</h2>
Sass is an [open source project][github] and we encourage you to contribute. You
can contribute with [bug reports and feature requests][issues], and if you
contribute code, we'll love you forever. If you just want to help out but you're
not sure what to do, check out the "Help Wanted" label for [the Sass
language][lang help] or for [Dart Sass][dart help]. These issues are a mix of
feature requests, bugs, and tasks that aren't coding-intensive that the
developers think are a good place for someone new to the codebase to jump in.
[github]: https://github.com/sass/sass
[issues]: https://github.com/sass/sass/issues
[lang help]: https://github.com/sass/sass/labels/Help%20Wanted
[dart help]: https://github.com/sass/dart-sass/labels/help%20wanted
[Dart Sass][] is the reference implementation of Sass, and the easiest
implementation to start hacking on. If you don't know Dart, don't worry! It's
very easy to pick up. Check out the [contributing info][] for more information
on helping out. Or, if you're interested in helping add new features to the Sass
language, look at [the language contribution process][].
[Dart Sass]: /dart-sass
[contributing info]: https://github.com/sass/dart-sass/blob/master/CONTRIBUTING.md
[the language contribution process]: https://github.com/sass/language/blob/master/CONTRIBUTING.md