From 1d2559c28b9cff197255b0c4f46fcc83ad3e138a Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 4 May 2023 15:46:17 -0400 Subject: [PATCH] Fix scopedStyleStrategy description (#6994) --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 5c9f46c2e..b7c5db5fc 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -517,8 +517,8 @@ export interface AstroUserConfig { * @name scopedStyleStrategy * @type {('where' | 'class')} * @default `'where'` - * @description * @version 2.4 + * @description * * Specify the strategy used for scoping styles within Astro components. Choose from: * - `'where'` - Use `:where` selectors, causing no specifity increase.