Skip to content

Commit f85696c

Browse files
committed
refactor(material/chips): fix lint errors
Updates previous changes to fix lint errors.
1 parent 4e58a16 commit f85696c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/material/chips/chip.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ $fallbacks: m3-chip.get-tokens();
3232
.mat-mdc-standard-chip,
3333
.mat-mdc-basic-chip,
3434
.mat-mdc-evolution-chip {
35-
/* Ensures basic/unstyled chips also have a 32px min-height baseline */
35+
// Ensures basic/unstyled chips also have a 32px min-height baseline.
3636
min-height: 32px;
3737

38-
/* 8px top and bottom margin for 48px touch target separation */
38+
// 8px top and bottom margin for 48px touch target separation.
3939
margin-top: $_touch-target-vertical-padding;
4040
margin-bottom: $_touch-target-vertical-padding;
4141
}

0 commit comments

Comments
 (0)