From e7ffc5be6645a0e4c84209ee1b6fefaf1b7b435f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 8 Mar 2014 17:48:19 +0200 Subject: [PATCH] Change alerts comments to `//` so that they aren't added in the final CSS. --- docs/assets/css/docs.css | 10 ---------- sass/docs.scss | 19 +++++++++---------- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 56f471f..feae31e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1932,15 +1932,6 @@ hr { opacity: 1; } } - -/* Taken from Bootstrap docs */ -/* - * Callouts - * - * Not quite alerts, but custom and helpful notes for folks reading the docs. - * Requires a base and modifier class. - */ -/* Common styles for all types */ .bs-callout { padding: 20px; margin: 20px 0; @@ -1961,7 +1952,6 @@ hr { border-radius: 3px; } -/* Variations */ .bs-callout-danger { background-color: #fdf7f7; border-color: #d9534f; diff --git a/sass/docs.scss b/sass/docs.scss index 8fccb33..5c5b09e 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -1043,15 +1043,14 @@ hr { } } -/* Taken from Bootstrap docs */ -/* - * Callouts - * - * Not quite alerts, but custom and helpful notes for folks reading the docs. - * Requires a base and modifier class. - */ - -/* Common styles for all types */ +// Taken from Bootstrap docs +// +// Callouts +// +// Not quite alerts, but custom and helpful notes for folks reading the docs. +// Requires a base and modifier class. + +// Common styles for all types .bs-callout { padding: 20px; margin: 20px 0; @@ -1069,7 +1068,7 @@ hr { border-radius: 3px; } -/* Variations */ +// Variations .bs-callout-danger { background-color: #fdf7f7; border-color: #d9534f;