From 3fd3918f43873a282f40de23ab68742d6934a384 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 3 May 2023 17:47:26 -0400 Subject: [PATCH] Fixed scopedStyleStrategy version (#6980) --- 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 cb66fc2ce3..872f2bb56e 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -501,7 +501,7 @@ export interface AstroUserConfig { * @type {('where' | 'class')} * @default `'where'` * @description - * @version 2.3.5 + * @version 2.4 * * Specify the strategy used for scoping styles within Astro components. Choose from: * - `'where'` - Use `:where` selectors, causing no specifity increase.