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

fix(fab): Import correct mdc-animation resource for functions #1325

Merged
merged 2 commits into from
Sep 19, 2017

Conversation

kfranqueiro
Copy link
Contributor

Not sure how this was missed earlier, but FAB uses functions from mdc-animation, not variables. The missing functions didn't cause a Sass compile error - it just caused the function names to be left in verbatim, which caused browsers to toss out the transition rules entirely.

Copy link
Contributor

@yeelan0319 yeelan0319 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@codecov-io
Copy link

codecov-io commented Sep 19, 2017

Codecov Report

Merging #1325 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1325   +/-   ##
======================================
  Coverage    99.9%   99.9%           
======================================
  Files          69      69           
  Lines        3314    3314           
  Branches      409     409           
======================================
  Hits         3311    3311           
  Misses          3       3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fec820e...542cd6a. Read the comment docs.

@kfranqueiro kfranqueiro merged commit e005460 into master Sep 19, 2017
@kfranqueiro kfranqueiro deleted the fix/fab-transition branch September 19, 2017 13:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants