UNPKG

@ikamva/ngx-tailwindcss

Version:

Tailwind CSS angular schematic

38 lines (37 loc) 937 B
{ "$schema": "http://json-schema.org/schema", "id": "tailwind-schematic-ng-add", "title": "Tailwindcss ng-add schematic", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "workspace": { "description": "The file extension or preprocessor to use for style files.", "type": "string", "default": "nx", "enum": ["ng", "nx"], "x-prompt": { "message": "Which workspace are you using?", "type": "list", "items": [ { "value": "ng", "label": "Angular CLI Workspace" }, { "value": "nx", "label": "NX Workspace [https://nx.dev/latest/angular/getting-started/why-nx]" } ] } } }, "required": [], "additionalProperties": false }