Skip to content

Commit

Permalink
Add an elixir implementation (sass#3137)
Browse files Browse the repository at this point in the history
* Update Readme.md

* Update implementations.md
  • Loading branch information
Fudoshiki authored Nov 22, 2020
1 parent 87292ae commit d4d74ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ CLI tool built by the same people as LibSass.
- https://github.com/medialize/sass.js (JS)
- https://github.com/bit3/jsass (Java)
- https://github.com/scottdavis/sass.ex (Elixir)
- https://github.com/Youimmi/sass_compiler (Elixir)

This list does not say anything about the quality of either the listed or not listed [implementations](docs/implementations.md)!
The authors of the listed projects above are just known to work regularly together with LibSass developers.
Expand Down
1 change: 1 addition & 0 deletions docs/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ There are several implementations of `libsass` for a variety of languages. Here

### Elixir
* [sass.ex](https://github.com/scottdavis/sass.ex)
* [sass_compiler](https://github.com/Youimmi/sass_compiler)

### Go
* [go-libsass](https://github.com/wellington/go-libsass)
Expand Down

0 comments on commit d4d74ef

Please sign in to comment.