Replies: 2 comments
-
You can find some explanation in the installation guide on why those two exist: https://tailwindcss.com/docs/installation#add-tailwind-to-your-css |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, but I was hoping for a more in-depth explanation than that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As best I can tell,
@tailwind
is serving the same purpose as@import
. Maybe it's doing some auto path resolution? Maybe it's auto appending the 'screen' section? It's hard to tell, and it's causing some confusion.Could we get some clarification, and maybe add an explanation of the differences between the two to the docs?
Thanks!
Reference File:
https://github.com/tailwindlabs/tailwindcss/blob/master/src/lib/substituteTailwindAtRules.js
Beta Was this translation helpful? Give feedback.
All reactions