Setting up tailwind css with Flask, input.cc not found

Viewed 18

When I follow the guideline on this link: https://flowbite.com/docs/getting-started/flask/ at step 5 when I need to enter the following command: npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch it tells me that the file is not found, is there an error in my path, or am I going crazy?My file structure

0 Answers
Related