The Config file :
/\*\* @type {import('tailwindcss').Config} */
module.exports = {
content:["./TAILWIND/dist/*.hrtml"],
theme: {
extend:{},
},
plugins:[],
}
The Code i ran in terminal :
npx tailwindcss -i ./TAILWIND/src/input.css -o ./TAILWIND/dist/Task1.css --watch
THE Screenshots The problem My Setup
Other things are good to goo,I checked the official documentation
I see the config has a typo which seems the problem.
Try removing the
rletter.