Specified input file /src/inpus.css does not exist.
23 Juli 2022
Getting error when i trying Start the Tailwind CLI build process like the docs ,
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
so the solution is just remove the first slash from the path like this
npx tailwindcss -i src/inpus.css -o dist/output.css --watch