diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2017-09-01 12:38:38 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:46 +0100 |
commit | 659db58957bf6d2b6afe97cc4d371f3448065f43 (patch) | |
tree | 49321c41b53591f366df74b81a056fa777d2a323 /development/sassc/slack-desc | |
parent | fcd8c91482a336c9c5bee8c8c4b8c60ae10919f7 (diff) |
development/sassc: Added (C/C++ port of the Sass CSS precompiler).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/sassc/slack-desc')
-rw-r--r-- | development/sassc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/sassc/slack-desc b/development/sassc/slack-desc new file mode 100644 index 0000000000000..6bc862118f3e8 --- /dev/null +++ b/development/sassc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +sassc: sassc (C/C++ port of the Sass CSS precompiler) +sassc: +sassc: SassC is a wrapper around libsass (http://github.com/sass/libsass) +sassc: used to generate a useful command-line application that can be +sassc: installed and packaged for several operating systems. +sassc: +sassc: Sass is a CSS pre-processor language to add on exciting, new, awesome +sassc: features to CSS. Sass was the first language of its kind and by far +sassc: the most mature and up to date codebase. +sassc: +sassc: http://sass-lang.com |