diff options
author | 2023-06-05 14:30:32 +0000 | |
---|---|---|
committer | 2023-06-05 14:30:32 +0000 | |
commit | 91b6ac31f36621835219610ca1d779c633d0701a (patch) | |
tree | 2748049764a8dcf9390abad632329095bf90762d | |
parent | e3b8c62969d680d1915a122c610d281d6711aa63 (diff) | |
download | astro-91b6ac31f36621835219610ca1d779c633d0701a.tar.gz astro-91b6ac31f36621835219610ca1d779c633d0701a.tar.zst astro-91b6ac31f36621835219610ca1d779c633d0701a.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 1f7704e2f..29a77f2eb 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -822,7 +822,7 @@ export interface AstroUserConfig { * } * ``` */ - inlineStylesheets?: 'always' | 'auto' | 'never'; + inlineStylesheets?: 'always' | 'auto' | 'never'; }; /** |