summaryrefslogtreecommitdiff
path: root/libraries/libsass/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2017-09-01 12:22:41 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2017-09-02 10:19:46 +0100
commitfcd8c91482a336c9c5bee8c8c4b8c60ae10919f7 (patch)
tree6d10e26b55bde4492054cff4ee9c976c98f4deb7 /libraries/libsass/README
parentcdf21802e5b5fb04f5134cb39524244dbca6d47c (diff)
downloadslackbuilds-fcd8c91482a336c9c5bee8c8c4b8c60ae10919f7.tar.gz
libraries/libsass: Added (Sass compiler written in C++).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libsass/README')
-rw-r--r--libraries/libsass/README13
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.