Skip to content

Commit

Permalink
Update packages/styles/src/mixins/_tokens.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Alizé Debray <[email protected]>
  • Loading branch information
gfellerph and alizedebray authored Aug 12, 2024
1 parent 2afbe7f commit f0ed82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/mixins/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mixin from($map) {
@each $key, $value in $list {
@each $key, $value in $map {
--#{$key}: #{$value};
}
}

0 comments on commit f0ed82a

Please sign in to comment.