Skip to content

Commit

Permalink
feat(edit-content) use var in sass #28493
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jul 18, 2024
1 parent 62283d1 commit c14aa55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.category-list__item {
display: grid;
grid-template-columns: 1fr 32px;
grid-template-columns: 1fr $spacing-5;
align-items: center;
padding: $spacing-1 0;
gap: $spacing-1;
Expand Down

0 comments on commit c14aa55

Please sign in to comment.