Created by: ffoodd
As mentionned in #29862 (closed), resetting globally animations and transitions is too risky — but we can still reduce redundancy by using a placeholder.
It also allow resetting transitions without using the transition()
mixin, by simply extending the placeholder.
And it's far from useless, comparing the results of npm run bundlesize
locally:
File | master | Pull Request |
---|---|---|
bootstrap.css |
22.47 kb | 22.23 kb |
bootstrap.min.css |
20.93 kb | 20.71 kb |
I'd be pleased to dicuss this, and thanks @MartijnCuppens and @patrickhlauke for your comments — I'll update my fork accordingly :)