Skip to content

Commit d39e96f

Browse files
committed
Fix quotation marks for tailwindcss typography plugin in global.css
1 parent e62eda8 commit d39e96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "tailwindcss";
22

3-
@plugin '@tailwindcss/typography';
3+
@plugin "@tailwindcss/typography";
44

55
@theme {
66
--breakpoint-*: initial;

0 commit comments

Comments
 (0)