]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
bootstrap.scss: Cleanup comments; refs #18036
authorChris Rebert <github@chrisrebert.com>
Fri, 23 Oct 2015 22:39:07 +0000 (15:39 -0700)
committerChris Rebert <github@chrisrebert.com>
Fri, 23 Oct 2015 22:39:07 +0000 (15:39 -0700)
[skip sauce]
[skip validator]

scss/bootstrap.scss

index 203109faf6289322532158e4d9e57df8f1fccaa7..518a1a5afe65c9b19240743e7d65a822f08209f8 100644 (file)
@@ -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";