lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 46 forks source link

Configure the Tailwind being used by the codeswing #82

Open PriamTM opened 9 months ago

PriamTM commented 9 months ago

Hello!

I know we use can use Tailwind within a codeswing by including a url to the CDN in the codeswing.json file, but I was trying to see if there was a way to use the configuration already present in the project, for example, the one in the tailwind.config.js file.

I went through the docs and the issues and I believe I didn't see any discussion about this.

Any help would be appreciated.