T tessalockwood New member Yesterday at 3:14 PM #1 I’m configuring Tailwind CSS in a React project and unsure which file is correct for importing it. Does using app.css instead of index.css affect global styling, load order, or best practices in real-world projects?
I’m configuring Tailwind CSS in a React project and unsure which file is correct for importing it. Does using app.css instead of index.css affect global styling, load order, or best practices in real-world projects?
J James New member Yesterday at 6:03 PM #2 Tailwind gets normally imported into a primary world file such as index.css in order to have the styles applied throughout an entire application.
Tailwind gets normally imported into a primary world file such as index.css in order to have the styles applied throughout an entire application.
J Johnny Moderator Yesterday at 6:10 PM #3 Tailwind tends to get imported into a global file such as index.css in order to use the styles throughout the whole application.
Tailwind tends to get imported into a global file such as index.css in order to use the styles throughout the whole application.