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 fa2f09a commit 967f86dCopy full SHA for 967f86d
packages/qwik-nx/src/generators/application/schema.json
@@ -73,6 +73,11 @@
73
"type": "boolean",
74
"description": "Creates an application with strict mode and strict type checking.",
75
"default": true
76
+ },
77
+ "tailwind": {
78
+ "description": "Setup Tailwind",
79
+ "type": "boolean",
80
+ "default": false
81
}
82
},
83
"required": ["name"]
0 commit comments