Compare commits

...

5 Commits

Author SHA1 Message Date
Alan Orth 08ae262312
CHANGELOG.md: add note about Bootstrap tables
continuous-integration/drone/push Build is passing Details
2022-07-29 10:09:02 +03:00
Alan Orth b781125ed8
Regenerate static assets 2022-07-29 10:07:28 +03:00
Alan Orth ddcae7c761
package-lock.json: run npm update 2022-07-29 10:07:16 +03:00
Alan Orth b415ee2879
Regenerate static assets 2022-07-29 10:05:11 +03:00
Alan Orth 4260a7e1af
source/scss/bootstrap.scss: enable tables
Requested by a user.

See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/145
2022-07-29 10:03:57 +03:00
5 changed files with 644 additions and 741 deletions

View File

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bootstrap v4.6.0, webpack v5, haven 0.7.0, clean-css-cli, etc
- Use Node.js 14 in CI, remove Node.js 12
## Changed
- Enable support for Bootstrap table classes (#145)
## [[ 1.6.0 ]] - 2020-12-05
### Changed
- Migrate to dart sass from node-sass (see [LibSass is Deprecated](https://sass-lang.com/blog/libsass-is-deprecated))
@ -27,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [[1.5.0]] - 2020-05-17
### Updated
- i18n language keys for German (#dermellor, #131)
- i18n language keys for German (@dermellor, #131)
- Boostrap v4.5.0
- Minor version bump for webpack, node-sass, and fontawesome

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1374
package-lock.json generated

File diff suppressed because it is too large Load Diff

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