diff options
| author | GeoSot <[email protected]> | 2022-07-12 02:36:12 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-11 16:36:12 -0700 |
| commit | 54317bf7c85fd3c6f05c5a059e5247d52d69d02e (patch) | |
| tree | 5e9579466e065fbd792e50dab44f6f5dcc296979 /scss/bootstrap-grid.scss | |
| parent | ed2690608ec31fe557929de33bbb473ecdb0a03e (diff) | |
| download | bootstrap-54317bf7c85fd3c6f05c5a059e5247d52d69d02e.tar.xz bootstrap-54317bf7c85fd3c6f05c5a059e5247d52d69d02e.zip | |
Add a banner mixin, helping future releases and maintenance (#36178)
* Add a banner mixin, helping future releases and maintenance
* Update scss/bootstrap-reboot.scss
Co-authored-by: Julien Déramond <[email protected]>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'scss/bootstrap-grid.scss')
| -rw-r--r-- | scss/bootstrap-grid.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 115cab4db..1c4cdd1a0 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -1,9 +1,5 @@ -/*! - * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors - * Copyright 2011-2022 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ +@import "mixins/banner"; +@include bsBanner(Grid); $include-column-box-sizing: true !default; |
