Skip to content

Commit 469d903

Browse files
committed
guidelines: tailwind: replace missing 'use search when needed'
1 parent d50bd5f commit 469d903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ai/tailwindcss/core.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Use Tailwind CSS classes to style HTML, check and use existing tailwind conventions within the project before writing your own.
44
- Offer to extract repeated patterns into components that match the project's conventions (i.e. Blade, JSX, Vue, etc..)
55
- Think through class placement, order, priority, and defaults - remove redundant classes, add classes to parent or child carefully to limit repetition, group elements logically
6+
- You can use the `search-docs` tool to get exact examples from the official documentation when needed.
67

78
### Spacing
89
- When listing items, use gap utilities for spacing, don't use margins.

0 commit comments

Comments
 (0)