$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.
// 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.
}
-//
// Buttons
//
+// Custom buttons for the docs.
.btn-outline {
color: $bd-purple;
//
-// Bootstrap "B" icon
+// Bootstrap "B" Booticon
//
.bd-booticon {