You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the CSS transition classes have default transition properties, which used to be applied using @extends. That caused all of those selectors with those properties to be bunched up at the top. Now they're added using an @include.
Fixed an issue with fade keyframes containing invalid characters if a decimal was used as the start or end opacity.
The built-in animation classes (.wiggle, .shake, .spin-cw, and .spin-ccw) now have animation-duration properties applied, so they can function without any extra CSS.