Skip to content

A No-JavaScript Tailwind runner in Haskell

License

Notifications You must be signed in to change notification settings

cgeorgii/tailwind-haskell

 
 

Repository files navigation

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.

About

A No-JavaScript Tailwind runner in Haskell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 69.2%
  • Nix 26.6%
  • Shell 4.2%