Skip to content

Instantly share code, notes, and snippets.

@amirsinaa
Created September 25, 2017 07:15
Show Gist options
  • Save amirsinaa/f8a2fa312af1a49ac0923124392b7a78 to your computer and use it in GitHub Desktop.
Save amirsinaa/f8a2fa312af1a49ac0923124392b7a78 to your computer and use it in GitHub Desktop.
A simple compass config.rb
require 'compass/import-once/activate'
add_import_path "Require any additional compass plugins here"
output_style = :compressed
css_dir = "assets/css"
sass_dir = "source/sass"
# To enable relative paths to assets via compass helper functions :
relative_assets = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment