diff options
author | 2023-05-03 17:47:26 -0400 | |
---|---|---|
committer | 2023-05-03 17:47:26 -0400 | |
commit | 3fd3918f43873a282f40de23ab68742d6934a384 (patch) | |
tree | cd6624b4ec815ab37835fce44f4e5fb4730f102b | |
parent | 2c655a57f60eed00dec9df7efcf9ae18870ee88d (diff) | |
download | astro-3fd3918f43873a282f40de23ab68742d6934a384.tar.gz astro-3fd3918f43873a282f40de23ab68742d6934a384.tar.zst astro-3fd3918f43873a282f40de23ab68742d6934a384.zip |
Fixed scopedStyleStrategy version (#6980)
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index cb66fc2ce..872f2bb56 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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. |