Skip to content

Instantly share code, notes, and snippets.

@iamryanyu
Last active February 1, 2021 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamryanyu/183919833b14344c3c93ce1612107567 to your computer and use it in GitHub Desktop.
Save iamryanyu/183919833b14344c3c93ce1612107567 to your computer and use it in GitHub Desktop.
Placeholders for %screen-hide and %screen-show
%screen-hide {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
%screen-show {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment