Document inlineStylesheets available astro version (#7117)
This commit is contained in:
parent
e186ecc5e2
commit
dad105a91e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue