mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-28 15:08:18 +01:00
Compare commits
No commits in common. "08ae2623123099671636ccd126d0e7ffcab25026" and "a94ebccf3d492260483bc873fd80e7cbff94a9d6" have entirely different histories.
08ae262312
...
a94ebccf3d
@ -9,9 +9,6 @@ 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
|
- Bootstrap v4.6.0, webpack v5, haven 0.7.0, clean-css-cli, etc
|
||||||
- Use Node.js 14 in CI, remove Node.js 12
|
- Use Node.js 14 in CI, remove Node.js 12
|
||||||
|
|
||||||
## Changed
|
|
||||||
- Enable support for Bootstrap table classes (#145)
|
|
||||||
|
|
||||||
## [[ 1.6.0 ]] - 2020-12-05
|
## [[ 1.6.0 ]] - 2020-12-05
|
||||||
### Changed
|
### Changed
|
||||||
- Migrate to dart sass from node-sass (see [LibSass is Deprecated](https://sass-lang.com/blog/libsass-is-deprecated))
|
- Migrate to dart sass from node-sass (see [LibSass is Deprecated](https://sass-lang.com/blog/libsass-is-deprecated))
|
||||||
@ -30,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [[1.5.0]] - 2020-05-17
|
## [[1.5.0]] - 2020-05-17
|
||||||
### Updated
|
### Updated
|
||||||
- i18n language keys for German (@dermellor, #131)
|
- i18n language keys for German (#dermellor, #131)
|
||||||
- Boostrap v4.5.0
|
- Boostrap v4.5.0
|
||||||
- Minor version bump for webpack, node-sass, and fontawesome
|
- 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
1364
package-lock.json
generated
1364
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/images";
|
||||||
@import "../../node_modules/bootstrap/scss/code";
|
@import "../../node_modules/bootstrap/scss/code";
|
||||||
@import "../../node_modules/bootstrap/scss/grid";
|
@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/forms";
|
||||||
@import "../../node_modules/bootstrap/scss/buttons";
|
@import "../../node_modules/bootstrap/scss/buttons";
|
||||||
//@import "../../node_modules/bootstrap/scss/transitions";
|
//@import "../../node_modules/bootstrap/scss/transitions";
|
||||||
|
Loading…
Reference in New Issue
Block a user