Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 26, 2020
1 parent 890078e commit 7ae0071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/forms/_floating-labels.scss
Expand Up @@ -21,6 +21,7 @@
@include transition(opacity .1s ease-in-out, transform .1s ease-in-out);
}

// stylelint-disable no-duplicate-selectors
> .form-control {
&::placeholder {
color: transparent;
Expand Down Expand Up @@ -58,6 +59,7 @@
transform: $form-floating-label-transform;
}
}
// stylelint-enable no-duplicate-selectors
}


Expand Down

0 comments on commit 7ae0071

Please sign in to comment.