Last active
December 20, 2015 04:48
-
-
Save decodigo/6073008 to your computer and use it in GitHub Desktop.
Simple Wordpress SASS config file.
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
http_path = "/" | |
css_dir = "." | |
sass_dir = "sass" | |
images_dir = "img" | |
javascripts_dir = "js" | |
preferred_syntax = :scss | |
output_style = :compressed | |
relative_assets = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment