root / drupal7 / sites / all / themes / mayo / config.rb @ 9faa5de0
1 | d7f58da2 | Florent Torregrosa | # Require any additional compass plugins here.
|
---|---|---|---|
2 | #require "susy"
|
||
3 | |||
4 | # Set this to the root of your project when deployed:
|
||
5 | http_path = "/"
|
||
6 | css_dir = "css"
|
||
7 | sass_dir = "sass"
|
||
8 | images_dir = "images"
|
||
9 | javascripts_dir = "js"
|
||
10 | #fonts_dir = "css/fonts"
|
||
11 | |||
12 | # You can select your preferred output style here (can be overridden via the command line):
|
||
13 | # output_style = :expanded or :nested or :compact or :compressed
|
||
14 | |||
15 | # To enable relative paths to assets via compass helper functions. Uncomment:
|
||
16 | relative_assets = true
|
||
17 | |||
18 | # To disable debugging comments that display the original location of your selectors. Uncomment:
|
||
19 | # line_comments = false
|
||
20 | |||
21 | # If you prefer the indented syntax, you might want to regenerate this
|
||
22 | # project again passing --syntax sass, or you can uncomment this:
|
||
23 | # preferred_syntax = :sass
|
||
24 | # and then run:
|
||
25 | # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
|
||
26 | preferred_syntax = :scss
|
||
27 | |||
28 | |||
29 | line_comments = false # by Compass.app |