File: README

package info (click to toggle)
libtext-sass-perl 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 144 kB
  • ctags: 21
  • sloc: perl: 294; makefile: 12
file content (16 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Text-Sass - A Perl implementation of Sass http://sass-lang.com/

This is most definitely a work-in-progress. It only implements a
subset of the specification but it's being actively developed so if
there's functionality missing, drop me a line at rmp@psyphi.net and
send me a patch.

And yes, this should all really be done with a proper language tools,
i.e. grammar, parser, tokeniser etc.

Bugs & Limitations
 - Compound class/id/element are unreliable:
   .element1, .element2
     ...

 - Variables are currently global. This can be quite unpleasant.