User Tools

Site Tools


sass

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
sass [2014/11/23 20:27] – created adminsass [2014/11/23 20:41] 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