aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorDavid Richardson <[email protected]>2015-08-20 10:33:45 +0100
committerChris Rebert <[email protected]>2015-08-20 13:03:12 -0700
commit42792682acc780b8ea6bf56655293cf9919a9115 (patch)
tree30ba84af6beec1a2c19a2c578abf7b29051e1b6b /docs/migration.md
parentd16144cf2fb4d1b40cafcc80c8f7badf0cf68261 (diff)
downloadbootstrap-42792682acc780b8ea6bf56655293cf9919a9115.tar.xz
bootstrap-42792682acc780b8ea6bf56655293cf9919a9115.zip
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
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index aa9186951..78eca6032 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -26,7 +26,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
- Media queries are now in `em`s instead of `px`s.
- Global font-size increased from `14px` to `16px`.
- Added a new grid tier for ~`480px` and below.
-- Replaced the separate optional theme with configurable options via SCSS variables (e.g., `@enable-gradients: true`).
+- Replaced the separate optional theme with configurable options via SCSS variables (e.g., `$enable-gradients: true`).
### Components