Skip to content

Commit

Permalink
Document inlineStylesheets available astro version (#7117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed May 18, 2023
1 parent e186ecc commit dad105a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dad105a

Please sign in to comment.