SCSS Compiler
$font-weights: ("regular": 400, "medium": 500, "bold": 700); .foo{ font-weight: map-keys($font-weights); }
OUTPUT
×

Save as Private