--- description: Provides additional instructions to remember when coding with solid and tailwind. globs: **/*.jsx --- - Use JSX for component templates. - Implement proper Tailwind CSS purging for production builds. - Utilize Solid Router for routing when applicable. - Use Tailwind's @layer directive for custom styles. - Implement utility-first CSS approach. - Follow both Solid.js and Tailwind naming conventions. - Use JIT (Just-In-Time) mode for faster development.