ワンクリックで
tailwindcss
Best practices and conventions for styling the project using Tailwind CSS v4.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Best practices and conventions for styling the project using Tailwind CSS v4.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Guidelines for writing and structuring Astro components, pages, layouts, routing, and data fetching in this project.
Instructions on leveraging DaisyUI predefined components and handling theming.
Instructions on how to run and fix formatting/linting using prettier and eslint.
Rules for structuring content, using frontmatter, and handling rich text formatting.
TypeScript conventions, strictness rules, and interface/type definitions.
SOC 職業分類に基づく
| name | tailwindcss |
| description | Best practices and conventions for styling the project using Tailwind CSS v4. |
This project uses Tailwind CSS v4 via the @tailwindcss/vite plugin.
@theme directives in the global stylesheet if modifications to the standard theme are required.@apply excessively. Instead, rely on utility classes within markup or reusable Astro components to keep stylesheets lean.sm:, md:, lg:, xl:, 2xl:) to enhance the layout for larger viewports.@tailwindcss/typography. Use the prose class for styling rendered Markdown or block-level rich text.When generating layouts, components, or resolving styling issues, use the official documentation to fetch accurate utility class definitions and guidelines:
https://tailwindcss.com/docs/styling-with-utility-classesIf encountering an issue with configuring or using specific utilities, read the contents of this URL for the required context.