From dad105a91e2d9b59cfd6aba7703207ba08841c10 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Fri, 19 May 2023 00:14:17 +0800 Subject: [PATCH] Document inlineStylesheets available astro version (#7117) --- packages/astro/src/@types/astro.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index e7ade1c6d9..c7b1c4f596 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1082,6 +1082,7 @@ export interface AstroUserConfig { * @name experimental.inlineStylesheets * @type {('always' | 'auto' | 'never')} * @default `never` + * @version 2.4.0 * @description * Control whether styles are sent to the browser in a separate css file or inlined into `