How to run tailwindcss cli with deno task?
I would like to be able to run the tailwindcss cli tool to watch and build stylesheets as per their cli docs, https://tailwindcss.com/docs/installation
But I can't see a way that I could do that with a
Is this a case where I have to add a
But I can't see a way that I could do that with a
deno task like a I could with an npm script?Is this a case where I have to add a
package.json file or is it possible to do without that?