diff --git a/source/scss/bootstrap.scss b/source/scss/bootstrap.scss index 29cbc28..d295f0a 100644 --- a/source/scss/bootstrap.scss +++ b/source/scss/bootstrap.scss @@ -1,14 +1,14 @@ /*! - * Bootstrap v4.5.3 (https://getbootstrap.com/) - * Copyright 2011-2020 The Bootstrap Authors - * Copyright 2011-2020 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Bootstrap v4.6.0 (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) */ @import "../../node_modules/bootstrap/scss/functions"; @import "../../node_modules/bootstrap/scss/variables"; @import "../../node_modules/bootstrap/scss/mixins"; -//@import "../../node_modules/bootstrap/scss/root"; +@import "../../node_modules/bootstrap/scss/root"; @import "../../node_modules/bootstrap/scss/reboot"; @import "../../node_modules/bootstrap/scss/type"; @import "../../node_modules/bootstrap/scss/images";