1# Require any additional compass plugins here. 2 3# Tell compass where to find local extensions 4# If you followed directions and ran 'gem install modular-scale' comment the next two lines out: 5extensions_dir = "sass/extensions" 6 7Compass::Frameworks.register('modular-scale', :path => File.expand_path("#{extensions_dir}/modular-scale")) 8 9# Uncomment these to use regular Ruby gems. 10# require 'modular-scale' 11# require 'sassy-math' 12 13# Set this to the root of your project when deployed: 14http_path = "/" 15css_dir = "css" 16sass_dir = "sass" 17images_dir = "img" 18 19# You can select your preferred output style here (can be overridden via the command line) :nested or :expanded or :compact or :compressed: 20output_style = :compact 21 22# To enable relative paths to assets via compass helper functions. Uncomment: 23# relative_assets = true 24 25# To disable debugging comments that display the original location of your selectors. Uncomment: 26line_comments = false 27 28 29# If you prefer the indented syntax, you might want to regenerate this 30# project again passing --syntax sass, or you can uncomment this: 31# preferred_syntax = :sass 32# and then run: 33# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass 34