control-freak-ide/dist/all/docs/admin-theme/bower_components/select2-bootstrap-css/lib/select2-bootstrap-css.rb
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

12 lines
243 B
Ruby

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