We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9eda4 commit b904cf8Copy full SHA for b904cf8
1 file changed
CLAUDE.md
@@ -1,5 +1,9 @@
1
# Claude Code Guidelines
2
3
+## About
4
+
5
+A performant Utility-First CSS framework. Similar to Tailwind or UnoCSS.
6
7
## Linting
8
9
- Use **pickier** for linting — never use eslint directly
@@ -9,7 +13,7 @@
13
## Frontend
10
14
11
15
- 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
17
- stx `<script>` tags should only contain stx-compatible code (signals, composables, directives)
18
19
## Dependencies
0 commit comments