init repo
This commit is contained in:
18
OfficeWeb/3rdparty/touch/resources/themes/vendor/compass-recipes/config.rb
vendored
Normal file
18
OfficeWeb/3rdparty/touch/resources/themes/vendor/compass-recipes/config.rb
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
##
|
||||
# Compass Recipes
|
||||
# Configuration files mainly used for tests
|
||||
#
|
||||
http_path = '/'
|
||||
css_dir = '.'
|
||||
sass_dir = '.'
|
||||
|
||||
line_comments = false
|
||||
relative_assets = true
|
||||
|
||||
additional_import_paths = [
|
||||
'./stylesheets',
|
||||
'./tests'
|
||||
]
|
||||
|
||||
# just for testing extension
|
||||
require File.join(File.dirname(__FILE__), 'lib', 'compass-recipes')
|
||||
Reference in New Issue
Block a user