Skip to content

Commit baedc88

Browse files
Fix compiled banner version and wire the live banner into change-version.mjs (#42670)
1 parent d5a9cca commit baedc88

4 files changed

Lines changed: 3 additions & 10 deletions

File tree

build/change-version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const FILES = [
1919
'config.yml',
2020
'js/src/base-component.js',
2121
'package.js',
22-
'scss/mixins/_banner.scss',
22+
'scss/_banner.scss',
2323
'site/data/docs-versions.yml'
2424
]
2525

scss/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$file: "" !default;
22

33
/*!
4-
* Bootstrap #{$file} v6.0.0-dev (https://getbootstrap.com/)
4+
* Bootstrap #{$file} v6.0.0-alpha1 (https://getbootstrap.com/)
55
* Copyright 2011-2026 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/

scss/bootstrap.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
// scss-docs-start import-stack
12
@forward "banner";
23

3-
// scss-docs-start import-stack
44
@forward "colors";
55

66
// Global CSS variables, layer definitions, and configuration

scss/mixins/_banner.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)