Skip to content

Commit

Permalink
refactor(text-field): Add missing Sass imports found during developme…
Browse files Browse the repository at this point in the history
…nt (#1972)
  • Loading branch information
bwobrien committed Jan 17, 2018
1 parent 1e8970f commit 568fc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mdc-textfield/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// limitations under the License.
//

@import "@material/animation/variables";

@function mdc-text-field-transition($property) {
@return #{$property} 180ms $mdc-animation-standard-curve-timing-function;
}
1 change: 1 addition & 0 deletions packages/mdc-textfield/outline/mdc-text-field-outline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@import "../mixins";
@import "../variables";
@import "@material/theme/mixins";
@import "@material/ripple/mixins";
@import "@material/ripple/variables";

.mdc-text-field {
Expand Down

0 comments on commit 568fc32

Please sign in to comment.