isso/docs/_static/css/neat/grid/_fill-parent.scss

8 lines
118 B
SCSS
Raw Normal View History

2013-11-24 20:43:57 +00:00
@mixin fill-parent() {
width: 100%;
@if $border-box-sizing == false {
@include box-sizing(border-box);
}
}