Skip to content

Commit a61d48e

Browse files
fix: scan partials and components in crosswind config
Content paths only scanned pages/ — classes in partials (sidebar) and components were missing from generated CSS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 52263f8 commit a61d48e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/devtools/crosswind.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export default {
22
content: [
33
'./pages/**/*.stx',
4+
'./partials/**/*.stx',
5+
'./components/**/*.stx',
46
],
57
output: './dist/crosswind.css',
68
minify: false,

0 commit comments

Comments
 (0)