mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
Remove add(), subtract(), and divide() functions for calc() and Sass math.div()
This commit is contained in:
@@ -132,7 +132,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