denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.54k stars 648 forks source link

fix: `.vscode/tailwind.json` generation #2185

Closed nicolo-ribaudo closed 10 months ago

nicolo-ribaudo commented 10 months ago

Fixes #2184

Is there any reason for this not being JSON.stringify({ ... that object ... }) and avoid a lat of escaping?

marvinhagemeister commented 10 months ago

Ah good call, we should probably just call JSON.stringify() there.

nicolo-ribaudo commented 10 months ago

Updated 👍