project.clj
:dependencies [[kwrooijen/duct-postcss "0.1.0"]]
config.edn
:duct.module/postcss {:input "myapp/public/css/tailwind.css"
:output "myapp/public/style.css"
;; Optional, change the postcss command
:postcss ["npx" "postcss"]}
Released under the MIT License by Kevin William van Rooijen.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close