The TailwindCSS getting started guide tells me to install itself using this command:
npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
Why can't I just do:
npm install -D tailwindcss postcss autoprefixer
I don't understand why the long npm install name, what the @ symbol does and if the first command is even different to the second command. If someone could point me in the right direction that would be greatly appreciated :)