teknql / shadow-cljs-tailwind-jit

Shadow build hooks for enabling JIT compilation of Tailwind CSS
95 stars 10 forks source link

Feature: use tailwind config files #6

Closed fnumatic closed 3 years ago

fnumatic commented 3 years ago

See #3. The following additional options have to be used in the shadow-cljs build config:

{:tailwind/files   
  {:base-path "./path"
   :tailwind.css "./path/style.css"}}
rschmukler commented 3 years ago

Thanks a lot for submitting this and sorry on the delay. Added some documentation to the readme and published on clojars under v0.2.2. Thanks again!