./www/ruby-sass, Powerful, but elegant CSS compiler that makes CSS fun again

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q4, Version: 3.2.10, Package name: ruby193-sass-3.2.10, Maintainer: pkgsrc-users

# 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`.


Required to run:
[lang/ruby193-base]

Master sites: (Expand)

SHA1: 94dfe91de2dbf67ac8212e31ac710417667dd02c
RMD160: 89010f1957c11edfac040dc3b1e36fdf851ee5d7
Filesize: 255.5 KB

Version history: (Expand)