forked from fffunction/sassaparilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.rb
53 lines (34 loc) · 1.59 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Require any additional compass plugins here.
# -----------------------------------------------------------------------------
# Set this to the root of your project when deployed:
# -----------------------------------------------------------------------------
http_path = "/"
css_dir = "assets/css"
sass_dir = "assets/css"
images_dir = "assets/img"
javascripts_dir = "assets/js"
# svg_dir = "assets/svg"
# fonts_dir = "assets/fonts"
# docs_dir = "assets/docs"
# plugins_dir = "assets/plugins"
# Output style and comments
# -----------------------------------------------------------------------------
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
# Over-ride with force compile to change output style with: compass compile --output-style compressed --force
output_style = :expanded
# Remove SASS/Compass relative comments.
line_comments = false
# SASS core
# -----------------------------------------------------------------------------
# Chrome needs a precision of 7 to round properly
Sass::Script::Number.precision = 7
# Stuff we don't really need below
# -----------------------------------------------------------------------------
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
# 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 src scss && rm -rf sass && mv scss sass