1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-07 13:06:01 +02:00

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:
2022-07-29 10:03:57 +03:00
parent a94ebccf3d
commit 4260a7e1af

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