/*

 EM conversion
 ========================================================================== */

 @function em($target, $context: $doc-font-size) {
  @return ($target / $context) * 1em;
}