@function abbr($string, $length: 1) {
    @return str-slice($string, 0, $length);
}
