mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
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
This commit is contained in:
committed by
Chris Rebert
parent
d16144cf2f
commit
42792682ac
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user