]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
start toc in docs scss file
authorMark Otto <markdotto@gmail.com>
Thu, 16 Apr 2015 21:09:09 +0000 (14:09 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 16 Apr 2015 21:09:09 +0000 (14:09 -0700)
docs/assets/scss/docs.scss

index 5ee4e4f54bc005040cb0175c860ba59b4ba6e61d..f96b3b7516ce131e1fa3e37e0a122211bafb73b4 100644 (file)
@@ -21,10 +21,11 @@ $bd-danger:       #d9534f;
 $bd-warning:      #f0ad4e;
 $bd-info:         #5bc0de;
 
+
 // Dev notes
 //
 // Background information on nomenclature and architecture decisions here.
-//
+
 // - Bootstrap variables and mixins are included for easy reuse.
 //   Doing so gives us access to the same core utilities provided by Bootstrap.
 //   For example, consistent media queries through those mixins.
@@ -37,6 +38,16 @@ $bd-info:         #5bc0de;
 //   and layout of the Bootstrap docs. They are not included in our builds.
 
 
+// Contents
+//
+// Key sections to this file.
+
+// - Scaffolding
+// - Buttons
+// - Booticon
+// - Main navigation
+
+
 // Scaffolding
 //
 // Update the basics of our documents to prep for docs content.
@@ -46,9 +57,9 @@ body {
 }
 
 
-//
 // Buttons
 //
+// Custom buttons for the docs.
 
 .btn-outline {
   color: $bd-purple;
@@ -81,7 +92,7 @@ body {
 
 
 //
-// Bootstrap "B" icon
+// Bootstrap "B" Booticon
 //
 
 .bd-booticon {