argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.

Home Page:https://open-props.style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lukaskoeller opened this issue · comments

Expected

Expected animation to slide up and fade in.

Actual

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

Affected code

var(--animation-slide-up) forwards;

Fix

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