We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97553f1 commit 020cfcaCopy full SHA for 020cfca
app/globals.css
@@ -1,5 +1,6 @@
1
-@import "tailwindcss";
2
-@import "tw-animate-css";
+@tailwind base;
+@tailwind components;
3
+@tailwind utilities;
4
5
@custom-variant dark (&:is(.dark *));
6
0 commit comments