summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-05-03 17:47:26 -0400
committerGravatar GitHub <noreply@github.com> 2023-05-03 17:47:26 -0400
commit3fd3918f43873a282f40de23ab68742d6934a384 (patch)
treecd6624b4ec815ab37835fce44f4e5fb4730f102b
parent2c655a57f60eed00dec9df7efcf9ae18870ee88d (diff)
downloadastro-3fd3918f43873a282f40de23ab68742d6934a384.tar.gz
astro-3fd3918f43873a282f40de23ab68742d6934a384.tar.zst
astro-3fd3918f43873a282f40de23ab68742d6934a384.zip
Fixed scopedStyleStrategy version (#6980)
-rw-r--r--packages/astro/src/@types/astro.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index cb66fc2ce..872f2bb56 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.