diff options
author | 2025-02-27 10:44:13 +0000 | |
---|---|---|
committer | 2025-02-27 10:44:13 +0000 | |
commit | 80926fadc06492fcae55f105582b9dc8279da6b3 (patch) | |
tree | 27f40f282a2f475c817ccb26f63767ce7b4ca9f4 /packages/integrations/tailwind/src | |
parent | 5b6df02c8802bd963b4a466f2785fe0992ab722a (diff) | |
download | astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.gz astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.zst astro-80926fadc06492fcae55f105582b9dc8279da6b3.zip |
chore(deps): update `esbuild` and `vite` versions (#13323)
Co-authored-by: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com>
Co-authored-by: natemoo-re <7118177+natemoo-re@users.noreply.github.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/tailwind/src')
-rw-r--r-- | packages/integrations/tailwind/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/src/index.ts b/packages/integrations/tailwind/src/index.ts index 45f72ca32..7c83d9518 100644 --- a/packages/integrations/tailwind/src/index.ts +++ b/packages/integrations/tailwind/src/index.ts @@ -42,7 +42,7 @@ async function getViteConfiguration( postcssPlugins.push(tailwindPlugin(tailwindConfigPath)); postcssPlugins.push(autoprefixerPlugin()); - + return { css: { postcss: { |