From aff3fce63b4fad294affa8dc86585ec820392b37 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Oct 2015 15:39:07 -0700 Subject: [PATCH] bootstrap.scss: Cleanup comments; refs #18036 [skip sauce] [skip validator] --- scss/bootstrap.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 203109faf6..518a1a5afe 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";