tailwind: Tailwind wrapped in Haskell

[ library, mit, program, web ] [ Propose Tags ]

Run Tailwind from Haskell without touching JavaScript


[Skip to Readme]

Modules

  • Web
    • Web.Tailwind

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies aeson, async, base (>=4.13.0.0 && <=4.17.0.0), bytestring, containers, data-default, deriving-aeson, directory, filepath, filepattern, monad-logger, mtl, neat-interpolation, optics-core, optics-th, optparse-applicative, parser-combinators, profunctors, relude, safe-exceptions, tailwind, temporary, text, time, unliftio, which, with-utf8 [details]
License MIT
Copyright 2022 Sridhar Ratnakumar
Author Sridhar Ratnakumar
Maintainer srid@srid.ca
Category Web
Bug tracker https://github.com/srid/tailwind-haskell
Uploaded by sridca at 2022-04-03T19:05:37Z
Distributions NixOS:0.3.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables tailwind-run
Downloads 195 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-04-03 [all 2 reports]

Readme for tailwind-0.3.0.0

[back to package description]

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.