بنقرة واحدة
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.