/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require handyCSS.css * require handyCSS.box.css * require handyCSS.backdrops.css <% case framework when "bootstrap3" -%> * require bootstrap-rails (Alternatively you can use the bootstrap3-rails gem) *= require bootstrap *= require overrides-bootstrap <% when "bootstrap2" -%> * require bootstrap-rails (Alternatively you can use the bootstrap-rails gem) *= require bootstrap *= require bootstrap-responsive *= require overrides-bootstrap <% when "gumby" -%> * require gumby-rails (Alternatively you can use the gumby-rails gem) *= require gumby *= require gumby-pagination *= require overrides-gumby <% end %> */