Skip to content

Commit

Permalink
Merge pull request #99 from trimble-oss/dev/release-208
Browse files Browse the repository at this point in the history
Release v2.0.8
  • Loading branch information
coliff authored Feb 10, 2025
2 parents 5a6300b + f0fe858 commit dd1b79d
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 42 deletions.
6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-grid.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-grid.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-reboot.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap-reboot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-reboot.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap-utilities.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-utilities.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap-utilities.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap-utilities.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ params:
authors: "Trimble"
disableModusBootstrapCSS: true

current_version: "2.0.7"
current_ruby_version: "2.0.7"
current_version: "2.0.8"
current_ruby_version: "2.0.8"
docs_version: "v2"
rfs_version: "v10.0.0"
github_org: "https://github.com/trimble-oss"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trimble-oss/modus-bootstrap",
"description": "Modus Bootstrap 2 based on Bootstrap v5.x",
"version": "2.0.7",
"version": "2.0.8",
"config": {
"version_short": "2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions scss/mixins/_banner.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@mixin bsBanner($file) {
/*!
* Modus Bootstrap #{$file} v2.0.7 (https://modus-bootstrap.trimble.com/)
* Copyright 2024 Trimble Inc.
* Modus Bootstrap #{$file} v2.0.8 (https://modus-bootstrap.trimble.com/)
* Copyright 2025 Trimble Inc.
* Licensed under MIT (https://github.com/trimble-oss/modus-bootstrap/blob/main/LICENSE)
* This a fork of Bootstrap: Initial license below
* Bootstrap v5.3.3 (https://getbootstrap.com)
* Copyright 2011-2024 The Bootstrap Authors
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
}
Expand Down
5 changes: 1 addition & 4 deletions site/assets/scss/_brand-modus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
background-color: #0e416c !important;
}

.bd-footer a {
color: #fff !important;
}

.bd-navbar::after {
background-image: none !important;
}

.bd-toc {
max-width: 222px;
}
Expand Down

0 comments on commit dd1b79d

Please sign in to comment.