mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-28 06:58:18 +01:00
Compare commits
5 Commits
a94ebccf3d
...
08ae262312
Author | SHA1 | Date | |
---|---|---|---|
08ae262312 | |||
b781125ed8 | |||
ddcae7c761 | |||
b415ee2879 | |||
4260a7e1af |
@ -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
1374
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
2
source/scss/bootstrap.scss
vendored
2
source/scss/bootstrap.scss
vendored
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user