Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Last active December 14, 2015 04:48
Show Gist options
  • Save RyoSugimoto/5030444 to your computer and use it in GitHub Desktop.
Save RyoSugimoto/5030444 to your computer and use it in GitHub Desktop.
Compassの設定用ファイルの記述例。
http_path = "/"
sass_dir = "assets/sass"
css_dir = "assets/css"
javascripts_dir = "assets/js"
images_dir = "assets/img"
fonts_dir = "assets/fonts"
additional_import_paths = {}
disable_warnings = true
environment = :production # development
line_comments = false
output_style = :compressed # :nested | :expanded | :compact
preferred_syntax = :scss # :sass
project_type = :stand_alone # :rails
relative_assets = true
sass_options = { :cache => false }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment