Blame view

node_modules/node-sass/src/libsass/docs/implementations.md 1.94 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  There are several implementations of `libsass` for a variety of languages. Here are just a few of them. Note, some implementations may or may not be up to date. We have not verified whether they work.
  
  ### C
  * [sassc](https://github.com/hcatlin/sassc)
  
  ### Crystal
  * [sass.cr](https://github.com/straight-shoota/sass.cr)
  
  ### 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)
  * [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)
  
  ### .NET
  * [libsass-net](https://github.com/darrenkopp/libsass-net)
  * [NSass](https://github.com/TBAPI-0KA/NSass)
  * [Sass.Net](https://github.com/andyalm/Sass.Net)
  * [SharpScss](https://github.com/xoofx/SharpScss)
  * [LibSassHost](https://github.com/Taritsyn/LibSassHost)
  
  ### Nim
  * [nim-sass](https://github.com/zacharycarter/nim-sass)
  
  ### node.js
  * [node-sass](https://github.com/sass/node-sass)
  
  ### Perl
  * [CSS::Sass](https://github.com/caldwell/CSS-Sass)
  * [Text::Sass::XS](https://github.com/ysasaki/Text-Sass-XS)
  
  ### PHP
  * [sassphp](https://github.com/sensational/sassphp)
  * [php-sass](https://github.com/lesstif/php-sass)
  
  ### Python
  * [libsass-python](https://github.com/dahlia/libsass-python)
  * [SassPython](https://github.com/marianoguerra/SassPython)
  * [pylibsass](https://github.com/rsenk330/pylibsass)
  * [python-scss](https://github.com/pistolero/python-scss)
  
  ### Ruby
  * [sassruby](https://github.com/hcatlin/sassruby)
  
  ### Scala
  * [Sass-Scala](https://github.com/kkung/Sass-Scala)
  
  ### Tcl
  * [tclsass](https://github.com/flightaware/tclsass)