Version 1.0.1
This update fixes a few pressing launch bugs with animation classes. Huge thanks to @hugogiraudel for submitting over a dozen pull requests that fix bugs and improve code quality!
- #22:
mui-animation
now uses@at-root
when printing CSS. - #26: Remove quotes from keyframe percentages.
- #28: Remove quotes from the value of
animation-name
. - #30: Removed
turn-to-deg
function and useturn
values for spin animations instead ofdeg
.
We also got many, many pull requests (once again, mostly from @hugogiraudel) that improve the quality of the Sass codebase, as well as the SassDoc documentation backing it.