-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.rb
37 lines (27 loc) · 852 Bytes
/
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
37
# Require any additional compass plugins here.
# require 'susy'
# http://susy.oddbird.net/
# require 'singularitygs'
# https://github.com/Team-Sass/Singularity/
# require 'zen-grids'
# http://zengrids.com/
#require 'toolkit'
# https://github.com/Team-Sass/toolkit/
# require 'breakpoint'
# https://github.com/canarymason/breakpoint
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "css/sass"
images_dir = "img"
javascripts_dir = "js"
fonts_dir = "fonts"
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets=true
output_style = :nested
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
color_output = false
preferred_syntax = :sass
sourcemap = true
Encoding.default_external = "UTF-8"