@mixin clearfix { &:after { content: ''; display: table; clear: both; } } @mixin relative { position: relative; width: 100%; height: 100%; }