Skip to content

Commit f5b854f

Browse files
jakubfijalkowskixzyfer
authored andcommitted
Fix ordering in implementations list
1 parent d91b4bf commit f5b854f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/implementations.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ There are several implementations of `libsass` for a variety of languages. Here
1414
* [go_sass](https://github.com/suapapa/go_sass)
1515
* [go-sass](https://github.com/SamWhited/go-sass)
1616

17+
### Haskell
18+
* [hLibsass](https://github.com/jakubfijalkowski/hlibsass)
19+
* [hSass](https://github.com/jakubfijalkowski/hsass)
20+
21+
### Java
22+
* [libsass-maven-plugin](https://github.com/warmuuh/libsass-maven-plugin)
23+
* [jsass](https://github.com/bit3/jsass)
24+
25+
### JavaScript
26+
* [sass.js](https://github.com/medialize/sass.js)
27+
1728
### Lua
1829
* [lua-sass](https://github.com/craigbarnes/lua-sass)
1930

@@ -28,13 +39,6 @@ There are several implementations of `libsass` for a variety of languages. Here
2839
### node.js
2940
* [node-sass](https://github.com/andrew/node-sass)
3041

31-
### Java
32-
* [libsass-maven-plugin](https://github.com/warmuuh/libsass-maven-plugin)
33-
* [jsass](https://github.com/bit3/jsass)
34-
35-
### JavaScript
36-
* [sass.js](https://github.com/medialize/sass.js)
37-
3842
### Perl
3943
* [CSS::Sass](https://github.com/caldwell/CSS-Sass)
4044
* [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
5761

5862
### Tcl
5963
* [tclsass](https://github.com/flightaware/tclsass)
60-
61-
### Haskell
62-
* [hLibsass](https://github.com/jakubfijalkowski/hlibsass)
63-
* [hSass](https://github.com/jakubfijalkowski/hsass)

0 commit comments

Comments
 (0)