]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix compiled banner version and wire the live banner into change-version.mjs (#42670) v6-dev
authorJulien Déramond <juderamond@gmail.com>
Wed, 15 Jul 2026 03:21:11 +0000 (05:21 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2026 03:21:11 +0000 (20:21 -0700)
build/change-version.mjs
scss/_banner.scss
scss/bootstrap.scss
scss/mixins/_banner.scss [deleted file]

index c1433d5780e6c22e4445e72d36c1dd9d448f38ab..22676d24d78b43ad454cb51e389bfdb66e652ade 100644 (file)
@@ -19,7 +19,7 @@ const FILES = [
   'config.yml',
   'js/src/base-component.js',
   'package.js',
-  'scss/mixins/_banner.scss',
+  'scss/_banner.scss',
   'site/data/docs-versions.yml'
 ]
 
index c96aa3ca4f35a68d2d2903d5e5eb52ba3b14d2b8..f87200bea88c2f2dff919798a7c7d9f9af4edcc9 100644 (file)
@@ -1,7 +1,7 @@
 $file: "" !default;
 
 /*!
-  * Bootstrap #{$file} v6.0.0-dev (https://getbootstrap.com/)
+  * Bootstrap #{$file} v6.0.0-alpha1 (https://getbootstrap.com/)
   * Copyright 2011-2026 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
index 6eb47e0f1b31c7dcc0b8bd49e57a09c2ac5efe44..fc8be3f43c5c213bacf6c7ab13200b59ef91bdcb 100644 (file)
@@ -1,6 +1,6 @@
+// scss-docs-start import-stack
 @forward "banner";
 
-// scss-docs-start import-stack
 @forward "colors";
 
 // Global CSS variables, layer definitions, and configuration
diff --git a/scss/mixins/_banner.scss b/scss/mixins/_banner.scss
deleted file mode 100644 (file)
index 1fd399c..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-@mixin bsBanner($file) {
-  /*!
-   * Bootstrap #{$file} v6.0.0-alpha1 (https://getbootstrap.com/)
-   * Copyright 2011-2026 The Bootstrap Authors
-   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
-   */
-}