From 16314db645a7abca4a14cc9c187836d60c2c1c81 Mon Sep 17 00:00:00 2001 From: lilnasy <69170106+lilnasy@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:14:56 +0530 Subject: [PATCH] inline stylesheets: update config schema and types --- packages/astro/src/@types/astro.ts | 16 ++++++++-------- packages/astro/src/core/config/schema.ts | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index a25e83da9e467..4425b8ce20748 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1013,24 +1013,24 @@ export interface AstroUserConfig { assets?: boolean; /** * @docs - * @name experimental.stylesheets - * @type {'external' | 'auto' | 'inline'} + * @name experimental.inlineStylesheets + * @type {'always' | 'auto' | 'never'} * @default `external` * @description - * Control whether the styles from astro modules get included in external stylsheets or inlined into