Fixed scopedStyleStrategy version (#6980)

This commit is contained in:
Matthew Phillips 2023-05-03 17:47:26 -04:00 committed by GitHub
parent 2c655a57f6
commit 3fd3918f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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