diff options
| author | Chris Rebert <[email protected]> | 2015-10-23 15:39:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-23 15:39:07 -0700 |
| commit | aff3fce63b4fad294affa8dc86585ec820392b37 (patch) | |
| tree | b76fc9452995bd097ec4edb1bbe0a3596704b48a | |
| parent | 7e88a6a998c34caaa9acb8065a0316aec6ee688a (diff) | |
| download | bootstrap-aff3fce63b4fad294affa8dc86585ec820392b37.tar.xz bootstrap-aff3fce63b4fad294affa8dc86585ec820392b37.zip | |
bootstrap.scss: Cleanup comments; refs #18036
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/bootstrap.scss | 6 |
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"; |
