lib/generators/happy_seed/bootstrap/templates/app/assets/stylesheets/application.scss in happy_seed-0.0.19 vs lib/generators/happy_seed/bootstrap/templates/app/assets/stylesheets/application.scss in happy_seed-0.0.21

- old
+ new

@@ -18,11 +18,14 @@ // --------------Bootstrap----------------------------- @import 'bootstrap-sprockets'; @import 'bootstrap'; +// Uncomment if you want to use the default bootstrap theme +// @import 'bootstrap/theme'; + // --------------Global definitions-------------------- // For example (add your own!!): @import 'globals/mixins'; @@ -33,11 +36,12 @@ // --------------Components---------------------------- // Create your own and modify/extend Bootstrap's. For example: @import 'components/panel'; +@import 'components/profile_panels'; // --------------Sections------------------------------ // Page-specific styles. These should *only* be used as a last // resort if you really truly can't style your content more generally. -@import 'sections/profile_page'; +// @import 'sections/profile_page';