[REF] *: BS5: migration
Automated change made by a lot of RegEx to change all think that is possible to automate. https://getbootstrap.com/docs/5.1/migration Task ID: 2766483 Part-of: odoo/design-themes#580
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.black { @include bg-compatibility-mixin($black, gray('600')); }
|
||||
.darkgray { @include bg-compatibility-mixin(gray('800'), $white); }
|
||||
.gray { @include bg-compatibility-mixin(gray('700'), $white); }
|
||||
.lightgray { @include bg-compatibility-mixin(gray('200'), gray('700')); }
|
||||
.white { @include bg-compatibility-mixin($white, gray('700')); }
|
||||
.black { @include bg-compatibility-mixin($black, map-get($grays, '600')); }
|
||||
.darkgray { @include bg-compatibility-mixin(map-get($grays, '800'), $white); }
|
||||
.gray { @include bg-compatibility-mixin(map-get($grays, '700'), $white); }
|
||||
.lightgray { @include bg-compatibility-mixin(map-get($grays, '200'), map-get($grays, '700')); }
|
||||
.white { @include bg-compatibility-mixin($white, map-get($grays, '700')); }
|
||||
|
||||
Reference in New Issue
Block a user