Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Jan 27, 2023
1 parent 254eb21 commit 2565bc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/integrations/tailwind/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2565bc4

Please sign in to comment.