Skip to content

Commit 5cc9bff

Browse files
committed
chore(): fix import for display mixin
1 parent 0df5da0 commit 5cc9bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/src/components/infotext/infotext.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "sass:map";
22
@use "@db-ux/core-foundations/build/styles/fonts";
33
@use "@db-ux/core-foundations/build/styles/variables";
4-
@use "@db-ux/core-foundations/build/styles/helpers";
4+
@use "@db-ux/core-foundations/build/styles/helpers/display";
55
@use "@db-ux/core-foundations/build/styles/colors";
66
@use "@db-ux/core-foundations/build/styles/icons";
77

@@ -10,7 +10,7 @@
1010

1111
@extend %db-overwrite-font-size-sm;
1212
@include display.display(flex);
13-
13+
1414
white-space: pre-wrap;
1515

1616
@include icons.has-no-icon {

0 commit comments

Comments
 (0)