Skip to content

Commit 6fde585

Browse files
committed
Replaces existing tailwindcss directives with new import, config import
1 parent 533c326 commit 6fde585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/tailwind.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
2+
3+
@config "../../tailwind.config.js";
44

55
[data-animated-logo] path {
66
stroke-dasharray: 17364.90625;

0 commit comments

Comments
 (0)