@hackage tailwind0.1.0.0

Tailwind wrapped in Haskell

tailwind

Run TailwindCSS CLI without needing 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.