I'm testing gridsome right now and some plugins are already outdated. It's about tailwindCss. I have now manually added tailwind to the project.
My goal: But now I'm wondering how to incorporate the tailwind build process into the watch mode / gridsome develop mode. So as soon as I edit a new styleclass etc in the code and save that the new style takes effect.
My approach: I am not sure if this is so easy to implement and useful. Therefore I thought that I should work in develop mode with the unpurified / unpurged file. And only when I start the build process that is purged.