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
1 changed files with 3 additions and 3 deletions

6
scss/bootstrap.scss vendored
View 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";