app/assets/stylesheets/bootstrap/_jumbotron.scss in bootstrap-more-0.0.1 vs app/assets/stylesheets/bootstrap/_jumbotron.scss in bootstrap-more-0.0.2

- old
+ new

@@ -18,11 +18,13 @@ } p { line-height: 1.4; } - .container & { - border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container + @include validate-enabled-border-radius { + .container & { + border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container + } } @media screen and (min-width: $screen-sm-min) { padding-top: ($jumbotron-padding * 1.6); padding-bottom: ($jumbotron-padding * 1.6);