You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/docs/_static/css/bourbon/addons/_hide-text.scss

6 lines
107 B

@mixin hide-text {
color: transparent;
font: 0/0 a;
text-shadow: none;
}