fix: incorrect method of importing tailwindcss in content.css
This commit is contained in:
parent
ee40764fdc
commit
d994e67036
@ -1,6 +1,4 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@import "tailwindcss";
|
||||
|
||||
.content {
|
||||
@apply text-gray-800 dark:text-zinc-100;
|
||||
|
Loading…
Reference in New Issue
Block a user