Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jan 11, 2024
1 parent a5071ac commit 8d5fcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/astro/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const linkHeadingStyles = {
},
};

export default ({
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {
Expand Down Expand Up @@ -92,4 +92,4 @@ export default ({
},
},
},
} satisfies Config);
} satisfies Config;

0 comments on commit 8d5fcab

Please sign in to comment.