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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user