blob: 859c97790bff6cb657b29ff0bf8fe1c49e59da96 [file] [log] [blame]
@mixin fill-parent() {
width: 100%;
@if $border-box-sizing == false {
@include box-sizing(border-box);
}
}