Syntactically Awesome Stylesheets [sass] module
This module is for the Play 1.x series only.
{style with attitude} - Sass makes CSS fun again. Sass is CSS, plus nested rules, variables, mixins, and more, all in a concise, readable syntax.
Read more at http://sass-lang.com
http://github.com/guillaumebort/play-sass
Written by Guillaume Bort.
Published releases
1.1 | Sep 16 2011 | Documentation | Try Play |
1.0 | Oct 29 2010 | Documentation | Try Play |
0.1 | Jul 28 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install sass-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> sass {version}