compass_init.rb 443 B

12345678910
  1. # This file registers the sencha-touch framework with compass
  2. # It's a magic name that compass knows how to find.
  3. dir = File.dirname(__FILE__)
  4. require File.join(dir, 'lib', 'theme_images.rb')
  5. # Include compass-recipes
  6. require File.join(File.dirname(__FILE__), 'vendor', 'compass-recipes', 'config')
  7. Compass::BrowserSupport.add_support('repeating-linear-gradient', 'webkit', 'moz', 'o', 'ms')
  8. Compass::Frameworks.register 'sencha-touch', dir