blob: e074b6c536c8059a282e2a1f89ab31202188394e [file] [log] [blame]
@if $border-box-sizing == true {
* {
@include box-sizing(border-box);
}
}