Extended CSS [ecss] module
This module is for the Play 1.x series only.
This module allow you to use constants in the CSS files. It is very helpful when you work with large CSS files, to avoid to repeat yourself with color, fonts...
This module is no longer maintained. You should take a look at the sass module.
http://github.com/guillaumebort/play-ecss
Written by Guillaume Bort.
Published releases
1.0 | Jan 12 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install ecss-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> ecss {version}