aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-23 15:39:07 -0700
committerChris Rebert <[email protected]>2015-10-23 15:39:07 -0700
commitaff3fce63b4fad294affa8dc86585ec820392b37 (patch)
treeb76fc9452995bd097ec4edb1bbe0a3596704b48a
parent7e88a6a998c34caaa9acb8065a0316aec6ee688a (diff)
downloadbootstrap-aff3fce63b4fad294affa8dc86585ec820392b37.tar.xz
bootstrap-aff3fce63b4fad294affa8dc86585ec820392b37.zip
bootstrap.scss: Cleanup comments; refs #18036
[skip sauce] [skip validator]
-rw-r--r--scss/bootstrap.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index 203109faf..518a1a5af 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -4,11 +4,11 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
- // Core variables and mixins
+// Core variables and mixins
@import "variables";
@import "mixins";
-// // Reset and dependencies
+// Reset and dependencies
@import "normalize";
@import "print";
@@ -22,7 +22,7 @@
@import "forms";
@import "buttons";
-// // Components
+// Components
@import "animation";
@import "dropdown";
@import "button-group";