From c3373df95f543079e17dc31786d04ff7e8f2fc69 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 17 Aug 2015 18:33:34 -0700 Subject: [PATCH] clean out comments that aren't all that helpful --- scss/_alert.scss | 5 ----- scss/_animation.scss | 4 ---- scss/_breadcrumb.scss | 5 ----- scss/_button-group.scss | 5 ----- scss/_buttons.scss | 5 ----- scss/_carousel.scss | 5 ----- scss/_close.scss | 5 ----- scss/_code.scss | 5 ----- scss/_custom-forms.scss | 5 ----- scss/_dropdown.scss | 5 ----- scss/_forms.scss | 5 ----- scss/_grid.scss | 5 ----- scss/_input-group.scss | 5 ----- scss/_jumbotron.scss | 5 ----- scss/_labels.scss | 6 +++--- scss/_list-group.scss | 5 ----- scss/_media.scss | 6 +----- scss/_mixins.scss | 3 --- scss/_modal.scss | 5 ----- scss/_nav.scss | 5 +++-- scss/_navbar.scss | 5 ----- scss/_pager.scss | 5 ----- scss/_pagination.scss | 5 ----- scss/_popover.scss | 5 ----- scss/_progress.scss | 5 ----- scss/_responsive-embed.scss | 4 ---- scss/_tables.scss | 7 +------ scss/_tooltip.scss | 5 ----- scss/_type.scss | 5 ----- scss/_utilities-responsive.scss | 5 ----- scss/_utilities.scss | 5 ----- 31 files changed, 8 insertions(+), 147 deletions(-) diff --git a/scss/_alert.scss b/scss/_alert.scss index b264dc5af2..aaa2a1da58 100644 --- a/scss/_alert.scss +++ b/scss/_alert.scss @@ -1,8 +1,3 @@ -// -// Alerts -// -------------------------------------------------- - - // // Base styles // diff --git a/scss/_animation.scss b/scss/_animation.scss index d9e3e0a88c..edd7147e51 100644 --- a/scss/_animation.scss +++ b/scss/_animation.scss @@ -1,7 +1,3 @@ -// -// Component animations -// -------------------------------------------------- - .fade { opacity: 0; transition: opacity .15s linear; diff --git a/scss/_breadcrumb.scss b/scss/_breadcrumb.scss index 15d7b6e190..d2302b829c 100644 --- a/scss/_breadcrumb.scss +++ b/scss/_breadcrumb.scss @@ -1,8 +1,3 @@ -// -// Breadcrumbs -// -------------------------------------------------- - - .breadcrumb { padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal; margin-bottom: $spacer-y; diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 0679b170b9..d85c637679 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -1,8 +1,3 @@ -// -// Button groups -// -------------------------------------------------- - - // Make the div behave like a button .btn-group, .btn-group-vertical { diff --git a/scss/_buttons.scss b/scss/_buttons.scss index b424869740..97d2251035 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -1,8 +1,3 @@ -// -// Buttons -// -------------------------------------------------- - - // // Base styles // diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 8eb4cdd267..c5a7fdfcba 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -1,8 +1,3 @@ -// -// Carousel -// -------------------------------------------------- - - // Wrapper for the slide container and indicators .carousel { position: relative; diff --git a/scss/_close.scss b/scss/_close.scss index da86108d6f..89e68a3817 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -1,8 +1,3 @@ -// -// Close icons -// -------------------------------------------------- - - .close { float: right; font-size: ($font-size-base * 1.5); diff --git a/scss/_code.scss b/scss/_code.scss index e1c5413be6..0de67d9ecc 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -1,8 +1,3 @@ -// -// Code (inline and block) -// -------------------------------------------------- - - // Inline and block code styles code, kbd, diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 64dd736830..0a1abad296 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -1,8 +1,3 @@ -// -// Custom forms -// -------------------------------------------------- - - // Embedded icons from Open Iconic. // Released under MIT and copyright 2014 Waybury. // http://useiconic.com/open diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 4ee6674e53..d3588d2707 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -1,8 +1,3 @@ -// -// Dropdown menus -// -------------------------------------------------- - - // The dropdown wrapper (div) .dropup, .dropdown { diff --git a/scss/_forms.scss b/scss/_forms.scss index 2e82f70b28..1a4139f196 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -1,8 +1,3 @@ -// -// Forms -// -------------------------------------------------- - - // // Textual form controls // diff --git a/scss/_grid.scss b/scss/_grid.scss index 9e12e163a8..b71d5b03df 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -1,8 +1,3 @@ -// -// Grid system -// -------------------------------------------------- - - // Container widths // // Set the container width, and override it for fixed navbars in media queries. diff --git a/scss/_input-group.scss b/scss/_input-group.scss index a0a44dacdf..df8aa10eb9 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -1,8 +1,3 @@ -// -// Input groups -// -------------------------------------------------- - - // // Base styles // diff --git a/scss/_jumbotron.scss b/scss/_jumbotron.scss index eea2e4883f..97806afed3 100644 --- a/scss/_jumbotron.scss +++ b/scss/_jumbotron.scss @@ -1,8 +1,3 @@ -// -// Jumbotron -// -------------------------------------------------- - - .jumbotron { padding: $jumbotron-padding ($jumbotron-padding / 2); margin-bottom: $jumbotron-padding; diff --git a/scss/_labels.scss b/scss/_labels.scss index d6dff7738e..599f335582 100644 --- a/scss/_labels.scss +++ b/scss/_labels.scss @@ -1,7 +1,7 @@ +// Base class // -// Labels -// -------------------------------------------------- - +// Requires one of the contextual, color modifier classes for `color` and +// `background-color`. .label { display: inline-block; diff --git a/scss/_list-group.scss b/scss/_list-group.scss index de93eef4d0..d909022900 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -1,8 +1,3 @@ -// -// List groups -// -------------------------------------------------- - - // Base class // // Easily usable on