denoland / fresh

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

`deno run -A -r https://fresh.deno.dev` creates invalid `.vscode/tailwind.json` file #2184

Closed nicolo-ribaudo closed 10 months ago

nicolo-ribaudo commented 10 months ago

Part of the file is

    {
      "name": "@responsive",
      "description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css
@responsive {\n  .alert {
    background-color: #E53E3E;\n  }\n}\n```\n",
      "references": [
        {
          "name": "Tailwind Documentation",
          "url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
        }
      ]
    },

which has a newline in the middle of the string (before @responsive)