Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jan 21, 2025
1 parent 10703b1 commit 04a1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundations/scss/icons/relative.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
font-display: block;
font-family: "db-ux-#{$variant}";
font-style: normal;
font-weight: $size;
font-weight: #{$size};
src: url("#{assets-paths.$icons-path}fonts/#{$variant}_#{$size}/db-ux.woff2")
format("woff2");
}
Expand Down

0 comments on commit 04a1285

Please sign in to comment.