Fix scopedStyleStrategy description (#6994)
This commit is contained in:
parent
51c8e7fe29
commit
1d2559c28b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue