-
-
Save brubrant/49f96d0d1ed95c07056da182b7a210fa to your computer and use it in GitHub Desktop.
Example config.rb 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
preferred_syntax = :sass | |
http_path = '/' | |
css_dir = 'assets/stylesheets' | |
sass_dir = 'assets/sass' | |
images_dir = 'assets/images' | |
javascripts_dir = 'assets/javascripts' | |
relative_assets = true | |
line_comments = true | |
# output_style = :compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment