Hide mixins

Mixins to easily hide elements with accessibilty in mind

Use the following mixins for image replacement or hiding text:
1#hide.text();
If you want to maintain accessibilty you can specify it like this:
1#hide.text(accessible);
If you want to hide a HTML element use the following mixin:
1#hide.element();