diff options
| author | Chris Rebert <[email protected]> | 2016-01-19 03:31:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-19 03:31:25 -0800 |
| commit | 437aae40c1b120a9007a607679fae74dd21583f9 (patch) | |
| tree | 7ff88931b5692a11e630e5d141bb20bb88d848d1 /docs | |
| parent | f15da060ce100ff0864f33e7d2838cdc8c92c211 (diff) | |
| parent | d79cd5628948e882a65378b856826b2027a80205 (diff) | |
| download | bootstrap-437aae40c1b120a9007a607679fae74dd21583f9.tar.xz bootstrap-437aae40c1b120a9007a607679fae74dd21583f9.zip | |
Merge pull request #18938 from ruedap/fix-typo
Fix typo in docs/assets/scss/docs.scss
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/docs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 3a77e3faf..0362198fd 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -13,7 +13,7 @@ // 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-`. |
