Setting up a existing Project with Sass

From rbachwiki
Revision as of 14:11, 24 August 2016 by Bacchas (talk | contribs) (Created page with "== Install sass and compass if not installed == gem install sass gem install compass == Config Rb file == <pre> require 'susy' require 'compass/import-once/activate' http_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install sass and compass if not installed

gem install sass
gem install compass

Config Rb file

require 'susy'
require 'compass/import-once/activate'

http_path = "/" 
css_dir = "css" 
sass_dir = "scss" 
images_dir = "images" 
javascripts_dir = "js" 
output_style = :expanded 
relative_assets = true 
line_comments = true