Project

General

Profile

Download (1.9 KB) Statistics
| Branch: | Tag: | Revision:
1
#
2
# This file is only needed for Compass/Sass integration. If you are not using
3
# Compass, you may safely ignore or delete this file.
4
#
5
# If you'd like to learn more about Sass and Compass, see the sass/README.txt
6
# file for more information.
7
#
8

    
9

    
10
# Change this to :production when ready to deploy the CSS to the live server.
11
environment = :development
12
#environment = :production
13

    
14
# In development, we can turn on the FireSass-compatible debug_info.
15
firesass = false
16
#firesass = true
17

    
18

    
19
# Location of the theme's resources.
20
css_dir         = "css"
21
sass_dir        = "sass"
22
extensions_dir  = "sass-extensions"
23
images_dir      = "images"
24
javascripts_dir = "js"
25

    
26

    
27
# Require any additional compass plugins installed on your system.
28
#require 'ninesixty'
29
#require 'zen-grids'
30

    
31
# Assuming this theme is in sites/*/themes/THEMENAME, you can add the partials
32
# included with a module by uncommenting and modifying one of the lines below:
33
#add_import_path "../../../default/modules/FOO"
34
#add_import_path "../../../all/modules/FOO"
35
#add_import_path "../../../../modules/FOO"
36

    
37

    
38
##
39
## You probably don't need to edit anything below this.
40
##
41

    
42
# You can select your preferred output style here (can be overridden via the command line):
43
# output_style = :expanded or :nested or :compact or :compressed
44
output_style = (environment == :development) ? :expanded : :compressed
45

    
46
# To enable relative paths to assets via compass helper functions. Since Drupal
47
# themes can be installed in multiple locations, we don't need to worry about
48
# the absolute path to the theme from the server root.
49
relative_assets = true
50

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

    
54
# Pass options to sass. For development, we turn on the FireSass-compatible
55
# debug_info if the firesass config variable above is true.
56
sass_options = (environment == :development && firesass == true) ? {:debug_info => true} : {}
(2-2/8)