_grid.scss 82 B

12345
  1. @if $border-box-sizing == true {
  2. * {
  3. @include box-sizing(border-box);
  4. }
  5. }