Files
edx-platform/lms/static/sass_old/base/_functions.scss
Matthew Mongeau 47126dc686 wip
2012-06-13 14:50:25 -04:00

11 lines
168 B
SCSS

// Line-height
@function lh($amount: 1) {
@return $body-line-height * $amount;
}
@mixin hide-text(){
text-indent: -9999px;
overflow: hidden;
display: block;
}