7 lines
85 B
SCSS
7 lines
85 B
SCSS
|
|
$em-base: 16px;
|
|
|
|
@function emCalc($pxWidth)
|
|
{
|
|
@return $pxWidth / $em-base * 1em;
|
|
} |