Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(textfield): Fix mixin calls for keyframes (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier authored Dec 11, 2017
1 parent 1a4cd67 commit cef10e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
@import "@material/typography/variables";
@import "./bottom-line/mdc-text-field-bottom-line";
@import "./helper-text/mdc-text-field-helper-text";
@include mdc-text-field-invalid-label-shake_keyframes_(standard, 100%);
@include mdc-text-field-invalid-label-shake_keyframes_(box, 50%);
@include mdc-text-field-invalid-label-shake-keyframes_(standard, 100%);
@include mdc-text-field-invalid-label-shake-keyframes_(box, 50%);

// postcss-bem-linter: define text-field

Expand Down

0 comments on commit cef10e8

Please sign in to comment.