Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Apply best practices for creating programmatic videos with Remotion and React.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
rules/tailwind.md
1---2name: tailwind3description: Using TailwindCSS in Remotion.4metadata:5---67You can and should use TailwindCSS in Remotion, if TailwindCSS is installed in the project.89Don't use `transition-*` or `animate-*` classes - always animate using the `useCurrentFrame()` hook.1011Tailwind must be installed and enabled first in a Remotion project - fetch https://www.remotion.dev/docs/tailwind using WebFetch for instructions.12