8 lines
427 B
Plaintext
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. |