Closed kakinouchi closed 2 years ago
@rschmukler @fnumatic Thank you for implementing to use Tailwind Config Files !
Let me ask another question. In this usecase( https://github.com/teknql/shadow-cljs-tailwind-jit#using-with-tailwind-config-files ), do we need postcss.config.js not only tailwind.config.js ?
I've gotten an error as below when trying to use tailwind config files:
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
Error: Invalid mapping: {"generated":{"line":6,"column":-1},"source":"../../../src/tw/style.css","original":{"line":5,"column":30},"name":null}
...
Thank you.
In the current implementation you will need both files - but PRs welcome if you'd like to change it!
@rschmukler Sorry for the late reply.
I want to contribute to this project.
How do you usually test this project? By creating a jar and loading the jar file in another project?
This is now possible with v1!
I have already tailwind.config.js file and run npm script to build tailwind css with other build tasks.
So I would like
shadow-cljs-tailwind-jit
to refertailwind.config.js
in my project instead of using:tailwind/config
.Thank you.