Closed azizur closed 5 years ago
I got sass installed and running:
dependencies:
pre:
- sudo apt-get update; sudo apt-get install ruby-sass
and my application built sass like so:
test:
pre:
- mkdir app/css
- sass scss/app.scss:app/css/app.css
Just wondered if there is support for SASS and Compass available?