Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2021-01-19 23:09:53 +0300
committerAlan Orth <alan.orth@gmail.com>2021-01-19 23:10:04 +0300
commitddd28369050cbaa124a5972a63e62bdf183c0d4f (patch)
tree5ec3f97704b008342cc2041e64f66539059b13ba
parentf3a5cf66302c8b7be56afd680ab265951a816b5b (diff)
source/scss/bootstrap.scss: Update header
Minor, but can be very confusing when looking at CSS and wondering why the version is old.
-rw-r--r--source/scss/bootstrap.scss10
1 files 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";