rtfeldman / elm-css

Typed CSS in Elm.
https://package.elm-lang.org/packages/rtfeldman/elm-css/latest
BSD 3-Clause "New" or "Revised" License
1.23k stars 196 forks source link

Fix readme for animationName property #529

Closed stenehall closed 2 years ago

stenehall commented 4 years ago

The example suggested keyframes wanted List ( Int, Css.Animations.Property ) but it actually wants List ( Int, List Css.Animations.Property ).