Document inlineStylesheets available astro version (#7117)

This commit is contained in:
Bjorn Lu 2023-05-19 00:14:17 +08:00 committed by GitHub
parent e186ecc5e2
commit dad105a91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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