File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Unlike traditional frameworks that ship large CSS files, Headwind scans your sou
4343```
4444
4545This 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
8788Benefits:
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
231233Benefits:
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
251255Breakpoints:
256+
252257- ` sm: ` - 640px and up
253258- ` md: ` - 768px and up
254259- ` lg: ` - 1024px and up
You can’t perform that action at this time.
0 commit comments