Sha256: e33b219558918cc3ec180ca6e94fb994affbd868c3ce79bef9513f6c88df714d
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
require 'rails' module Sass module Twitter module Bootstrap module Rails class Engine < ::Rails::Engine initializer 'sass-twitter-bootstrap.setup', :group => :all do |app| end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sass-twitter-bootstrap-0.1.0 | lib/sass/twitter/bootstrap/rails.rb |