diff options
Diffstat (limited to 'libraries/libsass/README')
-rw-r--r-- | libraries/libsass/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/libsass/README b/libraries/libsass/README new file mode 100644 index 0000000000..4d71f0cac5 --- /dev/null +++ b/libraries/libsass/README @@ -0,0 +1,13 @@ +LibSass - Sass compiler written in C++ + +LibSass is just a library! If you want to use LibSass to compile Sass, +you need an implementer. + +Some implementations are only bindings into other programming +languages. But most also ship with a command line interface (CLI) you +can use directly. + +There is also SassC, which is the official lightweight CLI tool built +by the same people as LibSass. + +sassc is available on SlackBuilds.org. |