sass-site/source/community.md

62 lines
2.5 KiB
Markdown
Raw Normal View History

2023-01-26 19:10:57 +01:00
---
layout: has_complimentary
2023-01-26 19:28:05 +01:00
title: '#teamSass'
2023-01-27 19:04:19 +01:00
introduction: >
2023-01-26 19:10:57 +01:00
Sass has an awesome community of designers and developers who love to spread
2023-01-27 17:59:27 +01:00
the word and help people out. Here we've collected some resources.
Happy Styling!
complementary_content: |
<nav class="sl-c-list-navigation-wrapper" aria-label="Resources">
2023-01-26 19:28:05 +01:00
## Resources
2023-01-26 19:10:57 +01:00
### [Jump Start Sass](https://amzn.to/2LKF0uR)
by Kitty Giraudel and Miriam Suzanne
2023-01-26 19:10:57 +01:00
### [Pragmatic Guide to Sass 3: Tame the Modern Style Sheet](https://amzn.to/2LEwXiZ)
by Hampton Lintorn-Catlin and Michael Lintorn-Catlin
2023-01-26 19:10:57 +01:00
### [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
</nav>
2023-01-26 19:10:57 +01:00
---
2023-01-27 19:04:19 +01:00
**Everyone is welcome in the Sass community, except those who are unwelcoming**.
Please read and follow our [community guidelines](/community-guidelines).
2023-01-26 19:28:05 +01:00
2023-01-27 19:04:19 +01:00
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.
2023-01-26 19:28:05 +01:00
2023-01-27 19:04:19 +01:00
Want to create your own Sass implementation? Check out our [implementation
guidelines](/implementation).
2023-01-26 19:28:05 +01:00
2023-02-25 19:38:22 +01:00
## Contribute {#Contribute}
2023-01-26 19:28:05 +01:00
2023-01-27 19:04:19 +01:00
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.
2023-01-26 19:28:05 +01:00
[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
2023-01-27 19:04:19 +01:00
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][].
2023-01-26 19:28:05 +01:00
[Dart Sass]: /dart-sass
2023-04-05 17:16:35 +02:00
[contributing info]: https://github.com/sass/dart-sass/blob/main/CONTRIBUTING.md
[the language contribution process]: https://github.com/sass/sass/blob/main/CONTRIBUTING.md