mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
254eb21c83
commit
2565bc453e
1 changed files with 1 additions and 4 deletions
|
@ -85,10 +85,7 @@ async function getPostCssConfig(
|
|||
return postcssConfigResult;
|
||||
}
|
||||
|
||||
async function getViteConfiguration(
|
||||
tailwindConfig: TailwindConfig,
|
||||
viteConfig: UserConfig
|
||||
) {
|
||||
async function getViteConfiguration(tailwindConfig: TailwindConfig, viteConfig: UserConfig) {
|
||||
// We need to manually load postcss config files because when inlining the tailwind and autoprefixer plugins,
|
||||
// that causes vite to ignore postcss config files
|
||||
const postcssConfigResult = await getPostCssConfig(viteConfig.root, viteConfig.css?.postcss);
|
||||
|
|
Loading…
Reference in a new issue