project.clj
:dependencies [[kwrooijen/duct-postcss "0.1.1"]]
config.edn
:duct.module/postcss {:input "resources/myapp/public/css/tailwind.css"
:output "resources/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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |