diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index e7ade1c6d..c7b1c4f59 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 `<style>` tags. Choose from the following options: * - `'always'` - all styles are inlined into `<style>` tags |