aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-17 21:39:59 -0700
committerMark Otto <[email protected]>2017-10-17 22:04:34 -0700
commitdd9d5cb8de5f62b1f15945d7c04c7541dbfbf58c (patch)
tree7b362c4c97c8f885e453980e1945715eefbcfd38
parent2bd09e5b72c51509ae0161cb7d76e4a9e72ee933 (diff)
downloadbootstrap-dd9d5cb8de5f62b1f15945d7c04c7541dbfbf58c.tar.xz
bootstrap-dd9d5cb8de5f62b1f15945d7c04c7541dbfbf58c.zip
Add copyright and license headers to grid and reboot files
Fixes #24311
-rw-r--r--scss/bootstrap-grid.scss14
-rw-r--r--scss/bootstrap-reboot.scss10
2 files changed, 12 insertions, 12 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index 022ab91d8..bedf94b7a 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -1,11 +1,9 @@
-// Bootstrap Grid only
-//
-// Includes relevant variables and mixins for the flexbox grid
-// system, as well as the generated predefined classes (e.g., `.col-sm-4`).
-
-//
-// Box sizing, responsive, and more
-//
+/*!
+ * Bootstrap Grid v4.0.0-beta (https://getbootstrap.com)
+ * Copyright 2011-2017 The Bootstrap Authors
+ * Copyright 2011-2017 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
@at-root {
@-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index 2700a5705..79b3bf934 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -1,9 +1,11 @@
-// Bootstrap Reboot only
-//
-// Includes only Normalize and our custom Reboot reset.
+/*!
+ * Bootstrap Reboot v4.0.0-beta (https://getbootstrap.com)
+ * Copyright 2011-2017 The Bootstrap Authors
+ * Copyright 2011-2017 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
@import "functions";
@import "variables";
@import "mixins";
-
@import "reboot";