Example
Stretch
The Stretch mixin makes an element bleed through the parent covering the whole page width. There need to be a height set in order for it to work correctly.
HTML:
<div class="mixin-example-stretch"></div>
SCSS:
.mixin-example-stretch {
@include stretch();
}
Classes
Mixin | Parameters | Values |
size | No parameters |