Hide element by adding -hide to an element.
-hide
<div class="-hide"> ... </div>
Can also be used as a mixin include
.element { @include hide; }