mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
16 lines
307 B
SCSS
16 lines
307 B
SCSS
@mixin hide-text {
|
|
background-color: transparent;
|
|
border: 0;
|
|
color: transparent;
|
|
font: 0/0 a;
|
|
text-shadow: none;
|
|
}
|
|
|
|
// A CSS image replacement method that does not require the use of text-indent.
|
|
//
|
|
// Examples
|
|
//
|
|
// .ir {
|
|
// @include hide-text;
|
|
// }
|