Fix scopedStyleStrategy description (#6994)

This commit is contained in:
Matthew Phillips 2023-05-04 15:46:17 -04:00 committed by GitHub
parent 51c8e7fe29
commit 1d2559c28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.