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>2022-07-29 10:03:57 +0300
committerAlan Orth <alan.orth@gmail.com>2022-07-29 10:03:57 +0300
commit4260a7e1afe72181f1b3faecca5b68e5776890b3 (patch)
tree6f185b1bd52809446ec8edd66d478305c64c6cd0
parenta94ebccf3d492260483bc873fd80e7cbff94a9d6 (diff)
source/scss/bootstrap.scss: enable tables
Requested by a user. See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/145
-rw-r--r--source/scss/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/scss/bootstrap.scss b/source/scss/bootstrap.scss
index d295f0a..9050e33 100644
--- a/source/scss/bootstrap.scss
+++ b/source/scss/bootstrap.scss
@@ -14,7 +14,7 @@
@import "../../node_modules/bootstrap/scss/images";
@import "../../node_modules/bootstrap/scss/code";
@import "../../node_modules/bootstrap/scss/grid";
-//@import "../../node_modules/bootstrap/scss/tables";
+@import "../../node_modules/bootstrap/scss/tables";
@import "../../node_modules/bootstrap/scss/forms";
@import "../../node_modules/bootstrap/scss/buttons";
//@import "../../node_modules/bootstrap/scss/transitions";