1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

bootstrap.scss: Cleanup comments; refs #18036

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-10-23 15:39:07 -07:00
parent 7e88a6a998
commit aff3fce63b

4
scss/bootstrap.scss vendored
View File

@@ -8,7 +8,7 @@
@import "variables"; @import "variables";
@import "mixins"; @import "mixins";
// // Reset and dependencies // Reset and dependencies
@import "normalize"; @import "normalize";
@import "print"; @import "print";
@@ -22,7 +22,7 @@
@import "forms"; @import "forms";
@import "buttons"; @import "buttons";
// // Components // Components
@import "animation"; @import "animation";
@import "dropdown"; @import "dropdown";
@import "button-group"; @import "button-group";