Skip to content

Instantly share code, notes, and snippets.

@kuccello
Created February 18, 2021 01:31
Show Gist options
  • Save kuccello/8b7094b1e218d35f6b86987fdb938e42 to your computer and use it in GitHub Desktop.
Save kuccello/8b7094b1e218d35f6b86987fdb938e42 to your computer and use it in GitHub Desktop.
Partial fragment to add to your workspace.json under your appname
...
"build-tailwind-css": {
"builder": "@nrwl/workspace:run-commands",
"outputs": [],
"options": {
"command": "npx tailwindcss-cli@latest build ./src/styles.css -o src/app/tailwind.css",
"cwd": "apps/my-app"
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment