brouilleursdeblanc/_sass/vendor/neat/grid/_fill-parent.scss

8 lines
118 B
SCSS
Raw Normal View History

@mixin fill-parent() {
width: 100%;
@if $border-box-sizing == false {
@include box-sizing(border-box);
}
}