argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.
https://open-props.style
MIT License
4.7k stars 191 forks source link

Typo in utilites. Animation name should be `--animation-slide-in-up` #451

Closed lukaskoeller closed 9 months ago

lukaskoeller commented 9 months ago

Expected

Expected animation to slide up and fade in.

Actual

Animation is not running because --animation-slide-up cannot be found.

Affected code

https://github.com/argyleink/open-props/blob/11bb2dd967f60877d65a231d9eb8d2cf2f7334fd/src/extra/utilities.css#L31

Fix

Replace --animation-slide-up with --animation-slide-in-up.