bootstrap-scss 5.3.4 → 5.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/mixins/_banner.scss +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/mixins/_banner.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@mixin bsBanner($file) {
|
|
2
2
|
/*!
|
|
3
|
-
* Bootstrap #{$file} v5.3.
|
|
3
|
+
* Bootstrap #{$file} v5.3.5 (https://getbootstrap.com/)
|
|
4
4
|
* Copyright 2011-2025 The Bootstrap Authors
|
|
5
5
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
6
6
|
*/
|