Created
July 22, 2014 13:51
-
-
Save Bobz-zg/4dfaf36213541e993299 to your computer and use it in GitHub Desktop.
Config.rb file for Roots 7.0.0. using SASS + Compass
This file contains 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. | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "assets/css" | |
sass_dir = "assets/sass" | |
images_dir = "assets/img" | |
javascripts_dir = "assets/js" | |
fonts_dir = "assets/fonts" | |
output_style = :expanded | |
relative_assets = true | |
line_comments = true | |
color_output = true | |
# If you prefer the indented syntax, you might want to regenerate this | |
# project again passing --syntax sass, or you can uncomment this: | |
# preferred_syntax = :sass | |
# and then run: | |
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment