Skip to content

Commit ef33863

Browse files
committed
refactor: add TailwindCSS config import in globals.css
1 parent 6893376 commit ef33863

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

styles/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "tailwindcss";
22
@plugin "@tailwindcss/typography";
3+
@config "../tailwind.config.js";
34

45
::selection {
56
@apply bg-emerald-500;

0 commit comments

Comments
 (0)