Skip to content

Commit a4c1115

Browse files
authored
add Elixir LibSass wrapper library to readme (#3130)
1 parent 27a5e58 commit a4c1115

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LibSass - Sass compiler written in C++
22
======================================
33

4-
Currently maintained by Marcel Greter ([@mgreter]) and Michael Mifsud ([@xzyfer])
4+
Currently maintained by Marcel Greter ([@mgreter]) and Michael Mifsud ([@xzyfer])
55
Originally created by Aaron Leung ([@akhleung]) and Hampton Catlin ([@hcatlin])
66

77
[![Unix CI](https://travis-ci.org/sass/libsass.svg?branch=master)](https://travis-ci.org/sass/libsass "Travis CI")
@@ -30,8 +30,9 @@ CLI tool built by the same people as LibSass.
3030
- https://github.com/sass/libsass-net (C#)
3131
- https://github.com/medialize/sass.js (JS)
3232
- https://github.com/bit3/jsass (Java)
33+
- https://github.com/scottdavis/sass.ex (Elixir)
3334

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

3738
About

0 commit comments

Comments
 (0)