summaryrefslogtreecommitdiffstats
path: root/development/sassc/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/sassc/README')
-rw-r--r--development/sassc/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/sassc/README b/development/sassc/README
new file mode 100644
index 0000000000..bb030967a8
--- /dev/null
+++ b/development/sassc/README
@@ -0,0 +1,12 @@
+SassC is a wrapper around libsass (http://github.com/sass/libsass) used
+to generate a useful command-line application that can be installed and
+packaged for several operating systems.
+
+Sass is a CSS pre-processor language to add on exciting, new, awesome
+features to CSS. Sass was the first language of its kind and by far the
+most mature and up to date codebase.
+
+Sass was originally concieved of by the co-creator of this library,
+Hampton Catlin (@hcatlin). Most of the language has been the result of
+years of work by Natalie Weizenbaum (@nex3) and Chris Eppstein
+(@chriseppstein).