1
0
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:
Mark Otto
2025-08-27 09:21:32 -07:00
committed by Mark Otto
parent 7c08b3a86d
commit 386bc545b0

View File

@@ -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
//