Commit f1ad0505 by Brian Talbot

studio - correcting an image-replacement Sass mixin

parent 714f69a5
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// image-replacement hidden text // image-replacement hidden text
@mixin text-hide() { @mixin text-hide() {
text-indent: -100%; text-indent: 100%;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment