Commit 5e8baa30 authored by Mark Otto's avatar Mark Otto

yay

parent 4b506b9b
...@@ -13,13 +13,14 @@ ...@@ -13,13 +13,14 @@
// 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.
// //
// - Bootstrap's docs variables are prefixed with `%bd-`. // - Bootstrap's **docs variables** are prefixed with `%bd-`.
// These custom colors avoid collision with the components Bootstrap provides. // These custom colors avoid collision with the components Bootstrap provides.
// //
// - Classes are prefixed with `.bd-`. // - Classes are prefixed with `.bd-`.
// These classes indicate custom-built or modified components for the design // These classes indicate custom-built or modified components for the design
// 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.
//
// Happy Bootstrapping!
// Load Bootstrap variables and mixins // Load Bootstrap variables and mixins
@import "../../../scss/variables"; @import "../../../scss/variables";
......
Markdown is supported
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