What problem does it solve?
This Skill resolves common Tailwind CSS styling failures in HyperFrames video compositions, including missing styles on frame 0, v3-to-v4 syntax conflicts, and incorrect browser runtime configuration that cause wasted debugging time and broken render outputs.
Core Features & Use Cases
- Tailwind v4 Browser Runtime Compliance: Enforces the pinned @tailwindcss/[email protected] runtime contract, eliminating deprecated v3 setup patterns like @tailwind directives and tailwind.config.js for browser-runtime compositions.
- HyperFrames-Optimized Styling Patterns: Provides pre-vetted utility class combinations and CSS custom property workflows designed for deterministic, seekable video frame rendering.
- Debug & Validation Workflows: Includes a step-by-step checklist and official validation commands to fix missing styles, resolve dynamic class safety risks, and confirm render-ready outputs.
- Real-World Use Case: If you scaffolded a HyperFrames project with
hyperframes init --tailwind and see missing styles in your video render, this Skill walks you through verifying the runtime, fixing v4 syntax, and running validation to resolve the issue.
Quick Start
Use the tailwind skill to fix missing Tailwind styles in your HyperFrames video composition and confirm the render outputs correctly.