Files
edx-platform/common/static/sass/neat/functions/_px-to-em.scss
2013-07-10 09:17:58 -04:00

4 lines
70 B
SCSS

@function em($pxval, $base: 16) {
@return ($pxval / $base) * 1em;
}