From ddd28369050cbaa124a5972a63e62bdf183c0d4f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 19 Jan 2021 22:09:53 +0200 Subject: [PATCH] source/scss/bootstrap.scss: Update header Minor, but can be very confusing when looking at CSS and wondering why the version is old. --- source/scss/bootstrap.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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";