isso/docs/_static/css/neat/grid/_grid.scss

6 lines
82 B
SCSS
Raw Normal View History

2013-11-24 20:43:57 +00:00
@if $border-box-sizing == true {
* {
@include box-sizing(border-box);
}
}