3.0 source code
This commit is contained in:
10
OfficeWeb/vendor/touch/resources/themes/compass_init.rb
vendored
Normal file
10
OfficeWeb/vendor/touch/resources/themes/compass_init.rb
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# This file registers the sencha-touch framework with compass
|
||||
# It's a magic name that compass knows how to find.
|
||||
dir = File.dirname(__FILE__)
|
||||
require File.join(dir, 'lib', 'theme_images.rb')
|
||||
|
||||
# Include compass-recipes
|
||||
require File.join(File.dirname(__FILE__), 'vendor', 'compass-recipes', 'config')
|
||||
|
||||
Compass::BrowserSupport.add_support('repeating-linear-gradient', 'webkit', 'moz', 'o', 'ms')
|
||||
Compass::Frameworks.register 'sencha-touch', dir
|
||||
Reference in New Issue
Block a user