mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-29 00:10:36 -05:00
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