summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-05-04 15:46:17 -0400
committerGravatar GitHub <noreply@github.com> 2023-05-04 15:46:17 -0400
commit1d2559c28b9cff197255b0c4f46fcc83ad3e138a (patch)
treec087406a51c6b9295071b2743a551aa1c86c0d46
parent51c8e7fe298df202edf93f0aa8e22aff58639995 (diff)
downloadastro-1d2559c28b9cff197255b0c4f46fcc83ad3e138a.tar.gz
astro-1d2559c28b9cff197255b0c4f46fcc83ad3e138a.tar.zst
astro-1d2559c28b9cff197255b0c4f46fcc83ad3e138a.zip
Fix scopedStyleStrategy description (#6994)
-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 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.