Merge pull request #531 from IvanLi-CN/fix-style-loss-in-bun

Resolve tailwind styles loss in bun environment
This commit is contained in:
André B
2024-10-08 16:39:56 -04:00
committed by GitHub

View File

@@ -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: {