Replies: 1 comment
-
Hey! Can you provide a repo that reproduces? Looks like you are using Sass here as well which is probably a big piece of the puzzle 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find anything online about this at all, which means to me that I'm definitely missing something in my setup, and I'm hoping someone can point me in the right direction.
I'm working in a component library with React/storybook. I just built a component that animates in from offscreen, and I'd like to put that animation behind
motion-safe
to maintain accessibility.I have the animation working with the
keyframes
andanimation
properties in tailwind.config, but when I addmotion-safe:animation-toast-in-out
, I get a compile error:The relevant parts of my current config (I've tried turning off
jit
and adding the variants undertheme.extend
, as well as removing them as apparently you don't need them injit
:I am using postCSS and rollup as well, but the config on them is really simple.
Thanks in advance for the help <3
Beta Was this translation helpful? Give feedback.
All reactions