source/scss/bootstrap.scss: enable tables

Requested by a user.

See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/145
This commit is contained in:
Alan Orth 2022-07-29 10:03:57 +03:00
parent a94ebccf3d
commit 4260a7e1af
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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";