Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @mixin hide-visually() {
  2. margin: -1px;
  3. padding: 0;
  4. width: 1px;
  5. height: 1px;
  6. overflow: hidden;
  7. clip: rect(0 0 0 0);
  8. clip: rect(0, 0, 0, 0);
  9. position: absolute;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement