From 6ee56b21c31a84aa4e06239fdd5bed7996cd24cd Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Sat, 6 Aug 2016 22:56:51 -0400 Subject: [PATCH] Update implementations.md --- docs/implementations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/implementations.md b/docs/implementations.md index c8882de010..4321558c3e 100644 --- a/docs/implementations.md +++ b/docs/implementations.md @@ -3,6 +3,9 @@ There are several implementations of `libsass` for a variety of languages. Here ### C * [sassc](https://github.com/hcatlin/sassc) +### Elixir +* [sass.ex](https://github.com/scottdavis/sass.ex) + ### Go * [go-libsass](https://github.com/wellington/go-libsass) * [go_sass](https://github.com/suapapa/go_sass)