Skip to content

Commit 1413a45

Browse files
authored
Merge pull request #531 from IvanLi-CN/fix-style-loss-in-bun
Resolve tailwind styles loss in bun environment
2 parents 04f3ba3 + c1f3451 commit 1413a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import defaultTheme from 'tailwindcss/defaultTheme';
22
import typographyPlugin from '@tailwindcss/typography';
33

4-
module.exports = {
4+
export default {
55
content: ['./src/**/*.{astro,html,js,jsx,json,md,mdx,svelte,ts,tsx,vue}'],
66
theme: {
77
extend: {

0 commit comments

Comments
 (0)