Skip to content

Commit

Permalink
feat: replace hardcoded banner with bsBanner()
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBowdoin committed Mar 4, 2024
1 parent 0fb725a commit 8454186
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 26 deletions.
8 changes: 4 additions & 4 deletions dist/Athletic.APP.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
--bs-blue: #0d6efd;
Expand Down
8 changes: 4 additions & 4 deletions dist/Athletic.APP.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/Athletic.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@charset "UTF-8";
/*!
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
--bs-blue: #0d6efd;
Expand Down
8 changes: 4 additions & 4 deletions dist/Athletic.min.css

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions src/Athletic.APP.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/*!
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import "scss/mixins/banner";
@include bsBanner("");

// Core Athletic variables and mixins
@import "site-dependencies";
Expand Down
7 changes: 2 additions & 5 deletions src/Athletic.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/*!
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import "scss/mixins/banner";
@include bsBanner("");

// Core Athletic variables and mixins
@import "site-dependencies";
Expand Down

0 comments on commit 8454186

Please sign in to comment.