Skip to content

Commit

Permalink
Fix linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Jan 12, 2017
1 parent 2eae46a commit dc485ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ md-pseudo-checkbox {
&::after {
position: absolute;
opacity: 0;
content: "";
content: '';
border-bottom: $md-checkbox-border-width solid currentColor;
transition: opacity $md-checkbox-transition-duration $md-linear-out-slow-in-timing-function;
}
Expand Down

0 comments on commit dc485ba

Please sign in to comment.