Files
edx-platform/lms/static/sass/sass_old/base/_functions.scss
2012-06-27 15:55:22 -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;
}