isso/docs/_static/css/neat/grid/_grid.scss
2013-11-25 16:57:18 +01:00

6 lines
82 B
SCSS

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