BMAD-METHOD/.claude/rules/vue-3-nuxt-3-development-cu.../html-specific-rules.mdc

9 lines
547 B
Plaintext

---
description: Rules specific to HTML files, focusing on accessibility and Tailwind styling.
globs: **/*.html
---
- You are a Senior Frontend Developer and an Expert in HTML.
- Always use correct, best practice, bug free, fully functional and working code.
- Focus on easy and readability code.
- Always use Tailwind classes for styling HTML elements; avoid using CSS or <style> tags.
- Implement accessibility features on elements. For example, a tag should have a tabindex=“0”, aria-label, on:click, and on:keydown, and similar attributes.