apollo_developers/bower_components/select2-bootstrap-css/lib/select2-bootstrap-css.rb
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

12 lines
243 B
Ruby
Executable File

require 'compass'
module Select2
module Bootstrap
def self.base_directory
File.expand_path('../../compass', __FILE__)
end
end
end
Compass::Frameworks.register 'select2-bootstrap', :path => Select2::Bootstrap.base_directory