garden icon indicating copy to clipboard operation
garden copied to clipboard

support units in at-keyframes

Open thedavidmeister opened this issue 7 years ago • 3 comments

I tried:

(at-keyframes :my-keyframes [(u/percent 10) {:foo :bar}])

But it did not work, the string representation of the unit itself was printed into the css.

I expected units to work here too.

thedavidmeister avatar Oct 22 '16 01:10 thedavidmeister

I'm in agreement.

noprompt avatar Oct 25 '16 04:10 noprompt

I'm curious. What should that code produce?

christoferjennings avatar Oct 29 '16 21:10 christoferjennings

I'm curious. What should that code produce?

There are examples for that CSS syntax here: https://tailwindcss.com/docs/animation

green-coder avatar Jan 25 '21 05:01 green-coder