Skip to content

Commit 967f86d

Browse files
fix: expose "tailwind" option in application generator (#28)
1 parent fa2f09a commit 967f86d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/qwik-nx/src/generators/application/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
"type": "boolean",
7474
"description": "Creates an application with strict mode and strict type checking.",
7575
"default": true
76+
},
77+
"tailwind": {
78+
"description": "Setup Tailwind",
79+
"type": "boolean",
80+
"default": false
7681
}
7782
},
7883
"required": ["name"]

0 commit comments

Comments
 (0)