Skip to content

Commit 5dfc2ae

Browse files
committed
Fix: scss variable syntax
1 parent 863346b commit 5dfc2ae

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/styles/components/code-block

1 file changed

+1
-1
lines changed

packages/components/src/styles/components/code-block/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ $hds-code-block-code-footer-height: 48px;
320320
left: 0;
321321
display: block;
322322
height: $hds-code-block-code-footer-height;
323-
margin: 0 0 -$hds-code-block-code-padding -1000px;
323+
margin: 0 0 -#{$hds-code-block-code-padding} -1000px;
324324
background: linear-gradient(360deg, #0d0e12 37.07%, rgba(13, 14, 18, 25%) 100%);
325325
content: "";
326326
pointer-events: none;

0 commit comments

Comments
 (0)