From: ruedap Date: Tue, 19 Jan 2016 10:49:16 +0000 (+0900) Subject: Fix typo in docs/assets/scss/docs.scss X-Git-Tag: v4.0.0-alpha.3~343^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79cd5628948e882a65378b856826b2027a80205;p=thirdparty%2Fbootstrap.git Fix typo in docs/assets/scss/docs.scss --- diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 3a77e3faf5..0362198fd7 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-`.