I can't get Tailwind to properly setup. The answers provided in this similar question all did nothing for me, so I'm not sure what I'm doing wrong.
I ran the command:
npx tailwindcss -i AD-WT-22s2-AT2-Pt1/src/tailwind-main.css -o AD-WT-22s2-AT2-Pt1/assets/css/tailwind.css --watch
and I'm fairly certain I've set the config up right.
content: [
"./src/**/*.{html,js,ts,jsx,tsx}",
"./**/*.{html,js,ts,jsx,tsx}",
"./**/*{html, js, jsx, ts, tsx}"
],
The relevant files are:
-main: tailwind-config.js
-src: tailwind-main.css (which contains @tailwind base, @tailwind components and @tailwind utilities)
-assets/css: tailwind.css