Skip to content

Commit

Permalink
Merge pull request #531 from IvanLi-CN/fix-style-loss-in-bun
Browse files Browse the repository at this point in the history
Resolve tailwind styles loss in bun environment
  • Loading branch information
prototypa authored Oct 8, 2024
2 parents 04f3ba3 + c1f3451 commit 1413a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import defaultTheme from 'tailwindcss/defaultTheme';
import typographyPlugin from '@tailwindcss/typography';

module.exports = {
export default {
content: ['./src/**/*.{astro,html,js,jsx,json,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {
Expand Down

0 comments on commit 1413a45

Please sign in to comment.