Skip to content

Commit 32f94f1

Browse files
committed
chore: wip
1 parent f3ca297 commit 32f94f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Unlike traditional frameworks that ship large CSS files, Headwind scans your sou
4343
```
4444

4545
This approach results in:
46+
4647
- **Smaller CSS files** - Only ship what you use
4748
- **Faster load times** - Less CSS to download and parse
4849
- **Better performance** - Reduced render-blocking CSS
@@ -85,6 +86,7 @@ Headwind includes a compile class transformer that optimizes your HTML by compil
8586
```
8687

8788
Benefits:
89+
8890
- **Smaller HTML** - Reduce HTML file size by up to 60%
8991
- **Better caching** - Deterministic class names improve cache hits
9092
- **Automatic deduplication** - Identical class groups share the same compiled name
@@ -229,10 +231,12 @@ Use utility classes directly in your HTML:
229231
```
230232

231233
Benefits:
234+
232235
- No context switching between HTML and CSS
233236
- No naming things (avoid "card-container-wrapper-inner")
234237
- Easier to maintain and refactor
235238
- Consistent design system
239+
- LLM-friendly
236240

237241
### Responsive Design
238242

@@ -249,6 +253,7 @@ Build responsive layouts with responsive variants:
249253
```
250254

251255
Breakpoints:
256+
252257
- `sm:` - 640px and up
253258
- `md:` - 768px and up
254259
- `lg:` - 1024px and up

0 commit comments

Comments
 (0)