From f5b854f820af7a107d8e667e168c74e3dc59db39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Sat, 24 Mar 2018 01:55:50 +0100 Subject: [PATCH] Fix ordering in implementations list --- docs/implementations.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/implementations.md b/docs/implementations.md index ad3faed6b..9f06a4d6d 100644 --- a/docs/implementations.md +++ b/docs/implementations.md @@ -14,6 +14,17 @@ There are several implementations of `libsass` for a variety of languages. Here * [go_sass](https://github.com/suapapa/go_sass) * [go-sass](https://github.com/SamWhited/go-sass) +### Haskell +* [hLibsass](https://github.com/jakubfijalkowski/hlibsass) +* [hSass](https://github.com/jakubfijalkowski/hsass) + +### Java +* [libsass-maven-plugin](https://github.com/warmuuh/libsass-maven-plugin) +* [jsass](https://github.com/bit3/jsass) + +### JavaScript +* [sass.js](https://github.com/medialize/sass.js) + ### Lua * [lua-sass](https://github.com/craigbarnes/lua-sass) @@ -28,13 +39,6 @@ There are several implementations of `libsass` for a variety of languages. Here ### node.js * [node-sass](https://github.com/andrew/node-sass) -### Java -* [libsass-maven-plugin](https://github.com/warmuuh/libsass-maven-plugin) -* [jsass](https://github.com/bit3/jsass) - -### JavaScript -* [sass.js](https://github.com/medialize/sass.js) - ### Perl * [CSS::Sass](https://github.com/caldwell/CSS-Sass) * [Text::Sass::XS](https://github.com/ysasaki/Text-Sass-XS) @@ -57,7 +61,3 @@ There are several implementations of `libsass` for a variety of languages. Here ### Tcl * [tclsass](https://github.com/flightaware/tclsass) - -### Haskell -* [hLibsass](https://github.com/jakubfijalkowski/hlibsass) -* [hSass](https://github.com/jakubfijalkowski/hsass)