Skip to content

Commit

Permalink
fix(metadata-editor): Fixed import syntax (#3755)
Browse files Browse the repository at this point in the history
fix(metadata-sidebar): Fixed import syntax
  • Loading branch information
greg-in-a-box authored Nov 26, 2024
1 parent 82838c5 commit 03b8eb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/elements/content-sidebar/MetadataSidebarRedesign.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@import '~@box/blueprint-web-assets/tokens/tokens.scss';
@use '@box/blueprint-web-assets/tokens/tokens.scss';

.bcs-MetadataSidebarRedesign {
border-left: 1px solid $gray-10;
border-left: 1px solid tokens.$gray-10;

.bcs-MetadataSidebarRedesign-content {
position: absolute;
top: 0;
right: 0;
left: 0;
padding: $space-4;
padding: tokens.$space-4;
}

.bcs-MetadataSidebarRedesign-inline-error {
margin-bottom: $space-4;
margin-bottom: tokens.$space-4;
}
}

0 comments on commit 03b8eb5

Please sign in to comment.