Skip to content

Instantly share code, notes, and snippets.

@smithua
Created October 12, 2015 21:19
Show Gist options
  • Save smithua/00217747e095f260b4c3 to your computer and use it in GitHub Desktop.
Save smithua/00217747e095f260b4c3 to your computer and use it in GitHub Desktop.
mixin
@mixin offscreen {
position:absolute;
clip:rect(0 0 0 0);
width:0;
height:0;
overflow:hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment