'config.yml',
'js/src/base-component.js',
'package.js',
- 'scss/mixins/_banner.scss',
+ 'scss/_banner.scss',
'site/data/docs-versions.yml'
]
$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)
*/
+// scss-docs-start import-stack
@forward "banner";
-// scss-docs-start import-stack
@forward "colors";
// Global CSS variables, layer definitions, and configuration
+++ /dev/null
-@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)
- */
-}