Skip to content

Commit 8a5af4b

Browse files
committed
fix(content-script): remove duplicate import of 'tailwindcss/index.css'
1 parent 2d643f0 commit 8a5af4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoints/content/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import '@/styles/style.css'
22
import '@/utils/polyfill'
33
import '@/utils/rpc'
44
import '@/utils/time'
5-
import 'tailwindcss/index.css'
65

76
import { Suspense } from 'vue'
87
import { defineContentScript } from 'wxt/utils/define-content-script'

0 commit comments

Comments
 (0)