UNPKG

@ikamva/ngx-tailwindcss

Version:

Tailwind CSS angular schematic

12 lines (11 loc) 275 B
{ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds Tailwindcss", "factory": "./ng-add/index", "schema": "./ng-add/schema.json", "aliases": ["install"] } } }