forked from chef/supermarket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rb
26 lines (19 loc) · 782 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
# Require any additional compass plugins here.
require 'sass-globbing'
# Set this to the root of your project when deployed:
http_path = '/'
css_dir = 'app/assets/stylesheets'
sass_dir = 'app/assets/stylesheets'
images_dir = 'app/assets/images'
javascripts_dir = 'app/assets/javascripts'
# You can select your preferred output style here (can be overridden via the command line):
output_style = :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
preferred_syntax = :scss
# Remove SASS/Compass relative comments.
line_comments = false
# SASS core
# -----------------------------------------------------------------------------
# Chrome needs a precision of 7 to round properly
Sass::Script::Number.precision = 7