diff options
| author | Mark Otto <[email protected]> | 2015-04-16 14:09:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 14:09:09 -0700 |
| commit | 242cea7544e4d0baf1c16dfffc699d99aebf6447 (patch) | |
| tree | 4cb97f7713d6fd7398cc3a18b9cd5f41867a8e08 /docs | |
| parent | c84cf4f7f5187e607e1c5a921d7a7b8166e66def (diff) | |
| download | bootstrap-242cea7544e4d0baf1c16dfffc699d99aebf6447.tar.xz bootstrap-242cea7544e4d0baf1c16dfffc699d99aebf6447.zip | |
start toc in docs scss file
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/docs.scss | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 5ee4e4f54..f96b3b751 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -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 { |
