Compass Framework - SASS/SCSS support
Dependency :
compile ":compass-sass:0.7"
Summary
Compass, SASS and SCSS support for Grails. Automatically compiles .scss/.sass during run-app, and adds other framework functionality.
Installation
grails install-plugin compass-sass
Description
This plugin automatically compiles SCSS/SASS files during run-app, and adds grails commands to compile SCSS/SASS files manually.Full documentation can be found on github.
License
Licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0History
- March 22, 2012 - 0.7
- Compass compilation settings are now environment-configurable.
- Updated resources plugin.
- Integrated with resources plugin.