mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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;
|
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);
|
||||||
|
|
Loading…
Reference in a new issue