You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build my CSS with the following command, everything works well: npx tailwindcss -i "styles\input.css" -o "\css\app.css" -c "tailwind.config.js" --watch
However, as soon as it runs again (with the watch option), I get this error: The motion-preset-shakeclass does not exist. Ifmotion-preset-shakeis a custom class, make sure it is defined within a@layer directive.
I’m not 100% sure this issue is related to your library, but I’m using several Tailwind plugins, and this is the only one causing an error.
Thanks and great library, by the way!
The text was updated successfully, but these errors were encountered:
Hi,
When I build my CSS with the following command, everything works well:
npx tailwindcss -i "styles\input.css" -o "\css\app.css" -c "tailwind.config.js" --watch
However, as soon as it runs again (with the watch option), I get this error:
The
motion-preset-shakeclass does not exist. If
motion-preset-shakeis a custom class, make sure it is defined within a
@layerdirective.
I’m not 100% sure this issue is related to your library, but I’m using several Tailwind plugins, and this is the only one causing an error.
Thanks and great library, by the way!
The text was updated successfully, but these errors were encountered: