Fixed scopedStyleStrategy version (#6980)
This commit is contained in:
parent
2c655a57f6
commit
3fd3918f43
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ export interface AstroUserConfig {
|
||||||
* @type {('where' | 'class')}
|
* @type {('where' | 'class')}
|
||||||
* @default `'where'`
|
* @default `'where'`
|
||||||
* @description
|
* @description
|
||||||
* @version 2.3.5
|
* @version 2.4
|
||||||
*
|
*
|
||||||
* Specify the strategy used for scoping styles within Astro components. Choose from:
|
* Specify the strategy used for scoping styles within Astro components. Choose from:
|
||||||
* - `'where'` - Use `:where` selectors, causing no specifity increase.
|
* - `'where'` - Use `:where` selectors, causing no specifity increase.
|
||||||
|
|
Loading…
Reference in a new issue