Created
January 14, 2015 14:05
-
-
Save hoopyfrood/29eb1772eae60111600f to your computer and use it in GitHub Desktop.
config file for Sass
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
line_comments = false | |
output_style = :compressed # or :nested, :expanded, :compressed, :compact | |
#sass_options = {:sourcemap => true} | |
# Require any additional compass plugins here. | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "sass" | |
images_dir = "img" | |
javascripts_dir = "js" | |
preferred_syntax = :sass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment