Sha256: c79b4b655c4ba6f72dc91e0dc56f8ed1de81338a60a651e76a4053696a0d2a06

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 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

 *= 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

Version Path
humdrum-rails-0.1.1 lib/rails/generators/humdrum/layout/templates/stylesheets/application.css
humdrum-rails-0.0.9 lib/rails/generators/humdrum/layout/templates/stylesheets/application.css