Skip to content

Commit 701e16f

Browse files
committed
Modify tailwind imports in a way that biome can handle.
1 parent 9323e1a commit 701e16f

File tree

1 file changed

+2
-1
lines changed
  • browser-extension/src/entrypoints/popup

1 file changed

+2
-1
lines changed

browser-extension/src/entrypoints/popup/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import "tailwindcss" source("../../..");
1+
@import "tailwindcss";
2+
@source "../../..";
23
/* Popup window frame styles */
34
:root {
45
--popup-width: 600px;

0 commit comments

Comments
 (0)