]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix use of LESS var syntax in docs when referencing SCSS
authorDavid Richardson <david@tankski.co.uk>
Thu, 20 Aug 2015 09:33:45 +0000 (10:33 +0100)
committerChris Rebert <code@chrisrebert.com>
Thu, 20 Aug 2015 20:03:12 +0000 (13:03 -0700)
commit42792682acc780b8ea6bf56655293cf9919a9115
tree30ba84af6beec1a2c19a2c578abf7b29051e1b6b
parentd16144cf2fb4d1b40cafcc80c8f7badf0cf68261
Fix use of LESS var syntax in docs when referencing SCSS

Example:
> ... SCSS variables (e.g., `@enable-gradients: true`) ...
Referenced SCSS but used the LESS syntax. Changed to:
> ... SCSS variables (e.g., `$enable-gradients: true`) ...

Closes #17114
docs/content/typography.md
docs/migration.md