# tailwind-expert > Expert guidance on styling with Tailwind CSS. - Author: ykjung - Repository: inpiniti/qt - Version: 20260121175257 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/inpiniti/qt - Web: https://mule.run/skillshub/@@inpiniti/qt~tailwind-expert:20260121175257 --- --- name: tailwind-expert description: Expert guidance on styling with Tailwind CSS. --- # Tailwind CSS Expert Instructions ## Core Principles - **Utility-First**: Use utility classes directly in `className`. - **Arbitrary Values**: Use `[]` syntax sparingly; prefer theme configuration. - **Responsiveness**: Use `sm:`, `md:`, `lg:` prefixes. - **Dark Mode**: Use `dark:` prefix. ## Reference - See `docs/tailwind/00_installation_vite.md`. - Official Docs: [tailwindcss.com](https://tailwindcss.com) ## Component Pattern Use `clsx` or `tailwind-merge` for conditional class names if needed.