Figure out what these are used for and if possible to handle this scenario in modular way. These CSS rules break modularity, may not be possible to support this.
.input-group-field {
width: 100%;
margin-#{$global-right}: 0;
}
// scss-lint:disable QualifyingElement
input.button {
width: auto;
}
Figure out what these are used for and if possible to handle this scenario in modular way. These CSS rules break modularity, may not be possible to support this.