cssgrace
cssgrace copied to clipboard
Add text-indent: 100% mixin
input:
.foo {
text-indent: 100%;
}
output:
.foo {
text-indent: 100%;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
}