summaryrefslogtreecommitdiff
path: root/www/ruby-sass/DESCR
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-06-19 07:31:57 +0000
committertaca <taca@pkgsrc.org>2011-06-19 07:31:57 +0000
commit728953b116ddd0c0499d9fdf12e80c4e4094caed (patch)
treeea1f6e44160edb1966f89466290c8fd43d8a2241 /www/ruby-sass/DESCR
parentcd2677563fe8b1965b9462aca3572d687955fcc3 (diff)
downloadpkgsrc-728953b116ddd0c0499d9fdf12e80c4e4094caed.tar.gz
Importing ruby-sass package version 3.1.2. It is required by newer
ruby-compass pacakge. # Sass **Sass makes CSS fun again**. 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. Sass has two syntaxes. The new main syntax (as of Sass 3) is known as "SCSS" (for "Sassy CSS"), and is a superset of CSS3's syntax. This means that every valid CSS3 stylesheet is valid SCSS as well. SCSS files use the extension `.scss`. The second, older syntax is known as the indented syntax (or just "Sass"). Inspired by Haml's terseness, it's intended for people who prefer conciseness over similarity to CSS. Instead of brackets and semicolons, it uses the indentation of lines to specify blocks. Although no longer the primary syntax, the indented syntax will continue to be supported. Files in the indented syntax use the extension `.sass`.
Diffstat (limited to 'www/ruby-sass/DESCR')
-rw-r--r--www/ruby-sass/DESCR21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/ruby-sass/DESCR b/www/ruby-sass/DESCR
new file mode 100644
index 00000000000..f1ee5bbc317
--- /dev/null
+++ b/www/ruby-sass/DESCR
@@ -0,0 +1,21 @@
+# Sass
+
+**Sass makes CSS fun again**. 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.
+
+Sass has two syntaxes. The new main syntax (as of Sass 3)
+is known as "SCSS" (for "Sassy CSS"),
+and is a superset of CSS3's syntax.
+This means that every valid CSS3 stylesheet is valid SCSS as well.
+SCSS files use the extension `.scss`.
+
+The second, older syntax is known as the indented syntax (or just "Sass").
+Inspired by Haml's terseness, it's intended for people
+who prefer conciseness over similarity to CSS.
+Instead of brackets and semicolons,
+it uses the indentation of lines to specify blocks.
+Although no longer the primary syntax,
+the indented syntax will continue to be supported.
+Files in the indented syntax use the extension `.sass`.