Skip to content

Commit

Permalink
feat(colors): add support for Sass Modules (#7395)
Browse files Browse the repository at this point in the history
* chore(project): add .next folders to gitignore

* feat(colors): add support for Sass Modules

* docs(colors): add sass-modules example

* docs(project): sync sass docs

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] committed Dec 11, 2020
1 parent 6767a35 commit 8ccb1b8
Show file tree
Hide file tree
Showing 11 changed files with 10,939 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ node_modules
package-lock.json

# AAT test results from DAP/Axe
results/
results/

# Directories generated by Next.js
.next
7 changes: 7 additions & 0 deletions packages/colors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ If you're looking for `@carbon/colors` API documentation, check out:

- [Sass](./docs/sass.md)

## 📚 Examples

If you're looking for more examples on how to use `@carbon/colors`, we have some
examples that you can check out:

- [sass-modules](./examples/sass-modules)

## 🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features,
Expand Down

0 comments on commit 8ccb1b8

Please sign in to comment.