Skip to content

Commit d4d74ef

Browse files
authored
Add an elixir implementation (#3137)
* Update Readme.md * Update implementations.md
1 parent 87292ae commit d4d74ef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ CLI tool built by the same people as LibSass.
3636
- https://github.com/medialize/sass.js (JS)
3737
- https://github.com/bit3/jsass (Java)
3838
- https://github.com/scottdavis/sass.ex (Elixir)
39+
- https://github.com/Youimmi/sass_compiler (Elixir)
3940

4041
This list does not say anything about the quality of either the listed or not listed [implementations](docs/implementations.md)!
4142
The authors of the listed projects above are just known to work regularly together with LibSass developers.

docs/implementations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ There are several implementations of `libsass` for a variety of languages. Here
88

99
### Elixir
1010
* [sass.ex](https://github.com/scottdavis/sass.ex)
11+
* [sass_compiler](https://github.com/Youimmi/sass_compiler)
1112

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

0 commit comments

Comments
 (0)