From: Mark Otto Date: Wed, 5 Aug 2015 05:47:22 +0000 (-0700) Subject: yay X-Git-Tag: v4.0.0-alpha~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8baa300450c734c4dc1a4793c54b7f4fc4f759;p=thirdparty%2Fbootstrap.git yay --- diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 881987bf17..01666f74a8 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -13,13 +13,14 @@ // Doing so gives us access to the same core utilities provided by Bootstrap. // 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. // // - Classes are prefixed with `.bd-`. // These classes indicate custom-built or modified components for the design // and layout of the Bootstrap docs. They are not included in our builds. - +// +// Happy Bootstrapping! // Load Bootstrap variables and mixins @import "../../../scss/variables";