Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Oct 4, 2024
1 parent 060e3f6 commit 7f2844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/teaser/teaser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

::slotted([slot='image']) {
width: sbb.px-to-rem-build(300);
width: #{sbb.px-to-rem-build(300)};
will-change: transform;
display: block;
filter: brightness(var(--sbb-teaser-brightness, 1));
Expand Down

0 comments on commit 7f2844b

Please sign in to comment.