1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Remove add(), subtract(), and divide() functions for calc() and Sass math.div()

This commit is contained in:
Mark Otto
2025-02-21 23:05:07 -08:00
parent eb3622e4ce
commit 125651adbd
8 changed files with 24 additions and 106 deletions

View File

@@ -118,7 +118,7 @@
.form-control-color {
@include form-validation-state-selector($state) {
@if $enable-validation-icons {
width: add($form-color-width, $input-height-inner);
width: calc($form-color-width + $input-height-inner);
}
}
}