/* >> Functions
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
$base__fontSize: 16px;
@function em($target, $context: $base__fontSize){
    @return ($target / $context) * 1em;
}