Skip to content

Commit

Permalink
fix: add missing vars imports (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y authored Dec 22, 2021
1 parent 2ccda1c commit 35ba847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/select-with-tags/src/components/tag/index.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../../../themes/src/default.css';

.tag {
padding: 0;
padding-left: var(--gap-m);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../../../themes/src/default.css';

.bar {
width: 100%;
height: var(--gap-2xs);
Expand Down

0 comments on commit 35ba847

Please sign in to comment.