After run npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
for TailwindCss, this is what i see:
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Then i run npx update-browserslist-db@latest
, and this is my result:
Latest version: 1.0.30001612
Installed version: none
Removing old caniuse-lite from lock file
Installing new caniuse-lite version
npm install caniuse-lite
Cleaning package.json dependencies from caniuse-lite
npm uninstall caniuse-lite
caniuse-lite has been successfully updated
No target browser changes