diff options
Diffstat (limited to 'vendor/twbs/bootstrap/scss/bootstrap-reboot.scss')
-rw-r--r-- | vendor/twbs/bootstrap/scss/bootstrap-reboot.scss | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss b/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss index 965332a60..af5274594 100644 --- a/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss +++ b/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss @@ -1,13 +1,9 @@ -/*! - * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */ +@import "mixins/banner"; +@include bsBanner(Reboot); @import "functions"; @import "variables"; +@import "maps"; @import "mixins"; @import "root"; @import "reboot"; |