Skip to content

Commit dc485ba

Browse files
committed
Fix linter error.
1 parent 2eae46a commit dc485ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/selection/pseudo-checkbox/pseudo-checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ md-pseudo-checkbox {
2424
&::after {
2525
position: absolute;
2626
opacity: 0;
27-
content: "";
27+
content: '';
2828
border-bottom: $md-checkbox-border-width solid currentColor;
2929
transition: opacity $md-checkbox-transition-duration $md-linear-out-slow-in-timing-function;
3030
}

0 commit comments

Comments
 (0)