cssgrace icon indicating copy to clipboard operation
cssgrace copied to clipboard

Add text-indent: 100% mixin

Open yisibl opened this issue 10 years ago • 0 comments

input:

.foo {
  text-indent: 100%;
}

output:

.foo {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

yisibl avatar Mar 30 '15 06:03 yisibl