-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rb
36 lines (28 loc) · 1.03 KB
/
config.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#########################
## Compass Configuration
#########################
# Require any additional compass plugins here.
require 'compass/import-once/activate'
require "breakpoint"
require "singularitygs"
require "toolkit"
require "modular-scale"
# File system locations
http_path = "./"
css_dir = "css"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "js"
fonts_dir = "fonts"
# You can select your preferred output style here (can be overridden via the command line): One of: :nested, :expanded, :compact, or :compressed
output_style = :expanded
# Determine whether Compass asset helper functions generate relative or absolute paths
relative_assets = true
# Determine whether debugging comments that display the original location of your selectors will be printed (not needed if Source Maps are enabled).
line_comments = false
# Sass Options
sass_options = {:sourcemaps => true}
#########################
## Full documentation:
## http://compass-style.org/help/documentation/configuration-reference/
#########################