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

5 lines
82 B
SCSS

@if $border-box-sizing == true {
* {
@include box-sizing(border-box);
}
}