public
Description: Automatic inclusion of browser and OS-specific stylesheets with a simple naming convention.
Homepage: http://www.mbleigh.com/plugins/browserized-styles-dead-simple-browser-specific-styling
Clone URL: git://github.com/mbleigh/browserized-styles.git
browserized-styles / init.rb
100644 4 lines (3 sloc) 0.162 kb
1
2
3
4
require 'browserized_styles'
 
ActionView::Base.send(:include, BrowserizedStyles)
ActionView::Base.send(:alias_method_chain, :stylesheet_link_tag, :browserization)