Skip to content

Commit

Permalink
PXWEB2-149 use @use instead of @import
Browse files Browse the repository at this point in the history
  • Loading branch information
PerIngeVaaje committed Apr 4, 2024
1 parent e7c0d4d commit e87d9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../text-styles.scss';
@use '../../text-styles.scss';

.button {
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '../../../../../style-dictionary/dist/scss/fixed-variables.scss' as fixed;
@import '../../../text-styles.scss';
@use '../../../text-styles.scss';

.label {
letter-spacing: 0em;
Expand Down

0 comments on commit e87d9de

Please sign in to comment.