diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 2b85b9f453cb..954bb4fa0cfb 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1166,66 +1166,6 @@ export interface AstroUserConfig { */ assets?: boolean; - /** - * @docs - * @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 `