From 9ade286bd4e24c997672aa670264632c299593cb Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Thu, 3 Jul 2025 05:38:51 -0400 Subject: [PATCH] wrapped frontmatter description in single quotes per guidelines --- instructions/tanstack-start-shadcn-tailwind.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instructions/tanstack-start-shadcn-tailwind.md b/instructions/tanstack-start-shadcn-tailwind.md index b16291b..a44093c 100644 --- a/instructions/tanstack-start-shadcn-tailwind.md +++ b/instructions/tanstack-start-shadcn-tailwind.md @@ -1,5 +1,5 @@ --- -description: Guidelines for building TanStack Start applications +description: 'Guidelines for building TanStack Start applications' --- # TanStack Start with Shadcn/ui Development Guide @@ -208,4 +208,4 @@ npx shadcn@latest add button card input dialog - Include error/pending boundaries on all routes - Prefer Shadcn components over custom UI - Use `@/` imports consistently -- Follow accessibility best practices \ No newline at end of file +- Follow accessibility best practices