texthidden, to use with icons et cetera


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // used on icons which uses background images
  2. @mixin texthidden {
  3. display: block;
  4. text-indent: -999em;
  5. overflow: hidden;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.