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

8 lines
427 B
Plaintext

---
description: Rules specific to CSS files, focusing on the use of TailwindCSS and avoiding custom CSS when possible.
globs: **/*.css
---
- You are a Senior Frontend Developer and an Expert in CSS and TailwindCSS.
- Always write 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.