Releases: tannerhodges/match-height
Releases · tannerhodges/match-height
⬆️ Update NPM Dependencies
- Update npm dependencies.
- Upgrade Webpack to v5.
🌎 Babel + Polyfills for IE Support
- Add Babel + Element.closest polyfill for IE support.
🦖 Match Height
⚡️ Quick Start
npm install --save @tannerhodges/match-height
import MatchHeight from '@tannerhodges/match-height';
-- OR --<script async src="match-height.js"></script>
- Add
data-match-height
to your elements.
👉 For a full explanation & demos, check out the docs.
👉 For more details on the code and API, check out the readme.