Changelog
- BREAKING CHANGE: Remove the following (obsolete) mixins:
is-visible
(use:step-start
andstep-end
transition timing functions)overlay
(replace with your own overlay mixin or vanilla css)supports-hover
(replace withany-hover
media query)supports-touch
(replace withany-hover
media query)
- Chore: Update dependencies