Skip to content

Commit b904cf8

Browse files
chore: update CLAUDE.md with project context and crosswind details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a9eda4 commit b904cf8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Claude Code Guidelines
22

3+
## About
4+
5+
A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.
6+
37
## Linting
48

59
- Use **pickier** for linting — never use eslint directly
@@ -9,7 +13,7 @@
913
## Frontend
1014

1115
- Use **stx** for templating — never write vanilla JS (`var`, `document.*`, `window.*`) in stx templates
12-
- Use **crosswind** as the default CSS framework
16+
- Use **crosswind** as the default CSS framework which enables standard Tailwind-like utility classes
1317
- stx `<script>` tags should only contain stx-compatible code (signals, composables, directives)
1418

1519
## Dependencies

0 commit comments

Comments
 (0)