Sha256: a34654f19b48a32419c8954b0fa8609c0ed517214e235556ae2f65b2e13498fa
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
/* * 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 * handycss is a bunch of handy CSS which can be used directly in any project, developed with SCSS * Chekcout https://github.com/kpvarma/handyCSS and https://github.com/kpvarma/handy-css-rails *= 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 %> */
Version data entries
2 entries across 2 versions & 1 rubygems