Created
September 25, 2017 07:15
-
-
Save amirsinaa/f8a2fa312af1a49ac0923124392b7a78 to your computer and use it in GitHub Desktop.
A simple compass config.rb
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
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