packages feed

tailwind-0.1.0.0: README.md

# tailwind

Run TailwindCSS CLI [without needing](https://www.srid.ca/nojs) to touch anything JavaScript. No `input.css` or `tailwind.config.js` necessary.

```
cabal run tailwind-run -- 'src/**/.hs'
```

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.