diff options
author | swills <swills@FreeBSD.org> | 2011-05-07 06:53:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-05-07 06:53:57 +0800 |
commit | 5107c07db90508a12043d35397b21855eae3f211 (patch) | |
tree | be49b82e6e2e81cf20d78af8d136ec9cd3532e2b /textproc/Makefile | |
parent | 89a168d6d60cfcad0833c8a7993b853eaa0ac73d (diff) | |
download | freebsd-ports-gnome-5107c07db90508a12043d35397b21855eae3f211.tar.gz freebsd-ports-gnome-5107c07db90508a12043d35397b21855eae3f211.tar.zst freebsd-ports-gnome-5107c07db90508a12043d35397b21855eae3f211.zip |
Sass is an extension of CSS3, adding nested rules, variables, mixins, selector
inheritance, and more. It's translated to well-formatted, standard CSS using
the command line tool or a web-framework plugin.
WWW: http://rubygems.org/gems/sass
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fb2095cac2f4..e990f9b3b86c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1137,6 +1137,7 @@ SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount + SUBDIR += rubygem-sass SUBDIR += rubygem-sax-machine SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-syntax |