mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-24 04:23:12 +02:00
Drop -prefix (#41692)
This commit is contained in:
@@ -389,8 +389,7 @@ $color-mode-type: data !default; // `data` or `media-query`
|
||||
|
||||
// Prefix for :root CSS variables
|
||||
|
||||
$variable-prefix: bs- !default; // Deprecated in v5.2.0 for the shorter `$prefix`
|
||||
$prefix: $variable-prefix !default;
|
||||
$prefix: bs- !default;
|
||||
|
||||
// Gradient
|
||||
//
|
||||
|
Reference in New Issue
Block a user