User Tools

Site Tools


sass

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
sass [2014/11/23 21:27] – created adminsass [2014/11/23 21:43] admin
Line 83: Line 83:
 </code> </code>
  
 +
 +===== Using sass =====
 +
 +If you have created a folder containing config.rb and main.scss you are ready. Make sure you have created the css target folder and you have included all needed scss file by using: @import "YourFileName";
 +
 +Create css files automatically when changed
 +
 +  compass watch
 +
 +Manually trigger compilation
 +
 +  compass compile
 +
 +Force compilation of specific enviroment
 +
 +  compass compile -e production --force