Skip to content

Commit

Permalink
Update _font_weight.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 10, 2024
1 parent 7d710cd commit f0374c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/type/font/_font_weight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $font_weight_map: ();
$var_value: $weight;

// Populate the map
$font_weights_map: map-merge($font_weight_map, ($var_name: $weight));
$font_weight_map: map-merge($font_weight_map, ($var_name: $weight));

// Generate Class
$class_name: "font_weight_#{$i}00";
Expand Down Expand Up @@ -89,6 +89,7 @@ $font_weight_map: ();
@mixin font_weight_900 { @include font_weight(map.get($font_weight_map, "900")); }



// @mixin font_weight_100 { @include font_weight(#{font_weight_map(100)}); }
// @mixin font_weight_200 { @include font_weight(#{font_weight_map(200)}); }
// @mixin font_weight_300 { @include font_weight(#{font_weight_map(300)}); }
Expand Down

0 comments on commit f0374c6

Please sign in to comment.