Created
July 2, 2012 04:38
-
-
Save tatygrassini/3031131 to your computer and use it in GitHub Desktop.
Sass: config file for Compass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Require any additional compass plugins here. | |
| # require 'modular-scale' | |
| # Set this to the root of your project when deployed: | |
| http_path = "/" | |
| css_dir = "css" | |
| sass_dir = "sass" | |
| images_dir = "img" | |
| javascripts_dir = "js" | |
| # Pick one: :nested, :expanded, :compact, or :compressed. | |
| output_style = :nested | |
| relative_assets = true | |
| line_comments = false | |
| preferred_syntax = :sass | |
| sass_options = {:debug_info => true} # Chrome souce mapping using Compass, Sass only would be: sass --watch --debug-info style.scss:style.css | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment