0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
bluwy 2023-01-27 15:16:11 +00:00 committed by fredkbot
parent 254eb21c83
commit 2565bc453e

View file

@ -85,10 +85,7 @@ async function getPostCssConfig(
return postcssConfigResult; return postcssConfigResult;
} }
async function getViteConfiguration( async function getViteConfiguration(tailwindConfig: TailwindConfig, viteConfig: UserConfig) {
tailwindConfig: TailwindConfig,
viteConfig: UserConfig
) {
// We need to manually load postcss config files because when inlining the tailwind and autoprefixer plugins, // We need to manually load postcss config files because when inlining the tailwind and autoprefixer plugins,
// that causes vite to ignore postcss config files // that causes vite to ignore postcss config files
const postcssConfigResult = await getPostCssConfig(viteConfig.root, viteConfig.css?.postcss); const postcssConfigResult = await getPostCssConfig(viteConfig.root, viteConfig.css?.postcss);