assets/stylesheets/_bootstrap.scss in bootstrap-4.0.0.beta2.1 vs assets/stylesheets/_bootstrap.scss in bootstrap-4.0.0.beta3

- old
+ new

@@ -1,17 +1,16 @@ /*! - * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com) + * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @import "bootstrap/functions"; @import "bootstrap/variables"; @import "bootstrap/mixins"; @import "bootstrap/root"; -@import "bootstrap/print"; @import "bootstrap/reboot"; @import "bootstrap/type"; @import "bootstrap/images"; @import "bootstrap/code"; @import "bootstrap/grid"; @@ -38,5 +37,6 @@ @import "bootstrap/modal"; @import "bootstrap/tooltip"; @import "bootstrap/popover"; @import "bootstrap/carousel"; @import "bootstrap/utilities"; +@import "bootstrap/print";