Skip to content

Commit

Permalink
add compass config
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
  • Loading branch information
Josh Angell committed Feb 10, 2012
1 parent 6cc570a commit df4cf76
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -18,3 +18,5 @@ tags
/web/css/core.css
/web/css/main.css
/web/cobrands/fixmystreet/*.css

/web/cobrands/fixmystreet/compass_app_log.txt
24 changes: 24 additions & 0 deletions web/cobrands/fixmystreet/config.rb
@@ -0,0 +1,24 @@
# Require any additional compass plugins here.

# Set this to the root of your project when deployed:
http_path = "/"
css_dir = ""
sass_dir = ""
images_dir = ""
javascripts_dir = ""

# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed

# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false


# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass

0 comments on commit df4cf76

Please sign in to comment.