diff options
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r-- | examples/with-tailwindcss/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1882c5651..b03070f23 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -3,7 +3,11 @@ "version": "0.0.1", "private": true, "description": "Astro has native TailwindCSS support out-of-the-box. This template demonstrates how to use Tailwind to style your Astro project", - "keywords": ["kitchen-sink","template","astro"], + "keywords": [ + "kitchen-sink", + "template", + "astro" + ], "repository": { "directory": "/examples/with-tailwindcss", "type": "github", |