brouilleursdeblanc/_sass/vendor/neat/grid/_fill-parent.scss
Michael Rose 56494a09af Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:49:14 -04:00

7 lines
118 B
SCSS

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