diff options
Diffstat (limited to 'scss/mixins/_banner.scss')
-rw-r--r-- | scss/mixins/_banner.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scss/mixins/_banner.scss b/scss/mixins/_banner.scss index 97ec9d1..4323989 100644 --- a/scss/mixins/_banner.scss +++ b/scss/mixins/_banner.scss @@ -1,9 +1,7 @@ @mixin bsBanner($file) { /*! - * Bootstrap #{$file} v5.2.3 (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors - * Copyright 2011-2022 Twitter, Inc. + * Bootstrap #{$file} v5.3.0 (https://getbootstrap.com/) + * Copyright 2011-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ } - |