mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
42792682ac
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