Files
edx-platform/common/static/sass/neat/grid/_grid.scss
2013-07-10 09:17:58 -04:00

6 lines
82 B
SCSS

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