-
|
I'm doing my best to closely follow the instructions for the CLI install of Tailwind (OS X x64). I'm not really a programmer so when I encountered this error and couldn't solve it, a search brought me here. I found this issue (closed) but it's not clear to me what the solution actually is: My very basic input.css: It chokes on Any help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
Replace the v3 -@tailwind base;
-@tailwind components;
-@tailwind utilities;
+@import "tailwindcss";
body {As an aside, Adam Wathan (creator of Tailwind) does seem to advocate avoiding |
Beta Was this translation helpful? Give feedback.
-
|
lol obviously I'm not up to scratch on this shorthand... That worked to get the CSS, THANK YOU. edit Seems I'm still getting the edit 2 (no workaround as it turns out) |
Beta Was this translation helpful? Give feedback.
Replace the v3
@tailwinddirectives with the v4 equivalent:As an aside, Adam Wathan (creator of Tailwind) does seem to advocate avoiding
@apply: