select2-bootstrap-css.rb 243 B

123456789101112
  1. require 'compass'
  2. module Select2
  3. module Bootstrap
  4. def self.base_directory
  5. File.expand_path('../../compass', __FILE__)
  6. end
  7. end
  8. end
  9. Compass::Frameworks.register 'select2-bootstrap', :path => Select2::Bootstrap.base_directory