Commit 6f2e6116 by Brian Talbot

LMS - adding back in a Sass mixin that seems to still have dependencies

parent 342220f0
......@@ -35,3 +35,10 @@
position: absolute;
top: 150px;
}
// sunsetted, but still used mixins
@mixin hide-text(){
text-indent: -9999px;
overflow: hidden;
display: block;
}
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