Skip to content

Commit 605e2a7

Browse files
committed
refactor(material/slide-toggle): fix lint errors
Updates previous changes to remove empty whitespaces causing lint errors.
1 parent 999f273 commit 605e2a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/material/slide-toggle/slide-toggle.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $fallbacks: m3-slide-toggle.get-tokens();
2525
$_touch-target-size: 48px;
2626
$_ripple-size: 24px;
2727
$offset: 5px;
28-
28+
2929
content: '';
3030
opacity: 0;
3131
display: block;
@@ -388,7 +388,6 @@ $fallbacks: m3-slide-toggle.get-tokens();
388388
&::after {
389389
content: '';
390390
opacity: 0;
391-
392391

393392
.mdc-switch--disabled & {
394393
display: none;

0 commit comments

Comments
 (0)