Skip to content

Commit

Permalink
Disable css compression, it messes up tailwind class order/cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonhawk committed Sep 7, 2022
1 parent d2bba51 commit 0f54ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default defineConfig({
forward: ['dataLayer.push']
}
}),
compress()
compress({
css: false
})
],
});

0 comments on commit 0f54ce6

Please sign in to comment.