Commit 242cea75 authored by Mark Otto's avatar Mark Otto
Browse files

start toc in docs scss file

parent c84cf4f7
Showing with 14 additions and 3 deletions
+14 -3
...@@ -21,10 +21,11 @@ $bd-danger: #d9534f; ...@@ -21,10 +21,11 @@ $bd-danger: #d9534f;
$bd-warning: #f0ad4e; $bd-warning: #f0ad4e;
$bd-info: #5bc0de; $bd-info: #5bc0de;
// Dev notes // Dev notes
// //
// Background information on nomenclature and architecture decisions here. // Background information on nomenclature and architecture decisions here.
//
// - Bootstrap variables and mixins are included for easy reuse. // - Bootstrap variables and mixins are included for easy reuse.
// Doing so gives us access to the same core utilities provided by Bootstrap. // Doing so gives us access to the same core utilities provided by Bootstrap.
// For example, consistent media queries through those mixins. // For example, consistent media queries through those mixins.
...@@ -37,6 +38,16 @@ $bd-info: #5bc0de; ...@@ -37,6 +38,16 @@ $bd-info: #5bc0de;
// and layout of the Bootstrap docs. They are not included in our builds. // 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 // Scaffolding
// //
// Update the basics of our documents to prep for docs content. // Update the basics of our documents to prep for docs content.
...@@ -46,9 +57,9 @@ body { ...@@ -46,9 +57,9 @@ body {
} }
//
// Buttons // Buttons
// //
// Custom buttons for the docs.
.btn-outline { .btn-outline {
color: $bd-purple; color: $bd-purple;
...@@ -81,7 +92,7 @@ body { ...@@ -81,7 +92,7 @@ body {
// //
// Bootstrap "B" icon // Bootstrap "B" Booticon
// //
.bd-booticon { .bd-booticon {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment