{ "stdout": "{\"file\":\"src/pages/index.astro\",\"startLine\":6,\"endLine\":14,\"insertLine\":12,\"commentSyntax\":{\"open\":\"\"},\"styleMode\":\"astro-global-prefixed\",\"styleTag\":\" close.\",\"Prefix every preview selector with the matching [data-impeccable-variant=\\\"N\\\"] selector.\",\"Keep selectors anchored to the generated variant wrapper; do not rely on component CSS scoping for preview rules.\"],\"forbidden\":[\"Do not use @scope for this styleMode.\",\"Do not wrap style content in a JSX/TSX template literal ({` ... `}); that syntax is for .tsx/.jsx only.\",\"Do not put { immediately after the style opening tag; Astro parses { as expression syntax.\"]},\"originalLineCount\":1}\n", "stderr": "", "exit": 0, "signal": null, "files": { ".impeccable/live/config.json": "{\n \"files\": [\"src/layouts/Layout.astro\"],\n \"insertBefore\": \"
\n\",\n \"commentSyntax\": \"html\"\n}\n", "src/layouts/Layout.astro": "---\nexport interface Props { title: string }\nconst { title } = Astro.props;\n---\n\n\n
\n \n
\n \n
\n