diff options
| author | Mark Otto <[email protected]> | 2015-08-04 22:47:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 22:47:22 -0700 |
| commit | 5e8baa300450c734c4dc1a4793c54b7f4fc4f759 (patch) | |
| tree | adc0fba2f1a709c787c4e03bcf51cfd422577d16 /docs | |
| parent | 4b506b9b11772ea78af161a2620f59fc7997197b (diff) | |
| download | bootstrap-5e8baa300450c734c4dc1a4793c54b7f4fc4f759.tar.xz bootstrap-5e8baa300450c734c4dc1a4793c54b7f4fc4f759.zip | |
yay
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/docs.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 881987bf1..01666f74a 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"; |
