arnaudligny/Tailwind Builder
Build Tailwind CSS in GitHub Actions using the package CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Source CSS file path. | no | assets/tailwind.css |
| output | Output CSS file path. | no | "" |
| watch | Watch for file changes. | no | false |
| minify | Minify output CSS. | no | false |
| config | Tailwind config file path. | no | tailwind.config.js |
| tailwind-version | Tailwind version to use. | no | latest |
| platform | Tailwind platform override. | no | auto |
| bin-path | Explicit path to a local Tailwind binary. | no | "" |
| checksum | Expected SHA-256 checksum for the binary. | no | "" |
| insecure-skip-checksum-verification | Skip checksum verification. | no | false |
| php-version | PHP version used to run the action. | no | 8.2 |
| working-directory | Working directory for the Tailwind command. | no | . |
Outputs
no outputs