Skip to content

Commit 00a1db3

Browse files
committed
fix: import typography before anchor
1 parent 28251a9 commit 00a1db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dnb-ui-lib/src/style/core/dnb-core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@import './reset.scss';
88
@import './properties.scss';
99
@import './utilities.scss';
10-
@import './anchor.scss';
1110
@import './typography.scss';
11+
@import './anchor.scss';
1212
@import './scopes.scss';
1313

1414
// Global body style

0 commit comments

Comments
 (0)