@hackage tailwind0.3.0.0
Tailwind wrapped in Haskell
Categories
License
MIT
Maintainer
srid@srid.ca
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (23)
- aeson
- async
- base >=4.13.0.0 && <=4.17.0.0
- bytestring
- containers
- data-default Show all…
Dependents (1)
@hackage/emanote
tailwind
Run TailwindCSS CLI without needing to touch anything JavaScript. No input.css or tailwind.config.js necessary.
nix run github:srid/tailwind-haskell -- 'src/**/.hs' -o output.css
Compiles CSS classes in those file paths or patterns, and writes ./tailwind.css. Pass -w to run in JIT watcher mode.
Used in Emanote, and Ema apps.