tailwindlabs / tailwindcss

A utility-first CSS framework for rapid UI development.
https://tailwindcss.com/
MIT License
82.04k stars 4.15k forks source link

many tailwind commands not working on latest #7209

Closed Darren120 closed 2 years ago

Darren120 commented 2 years ago

What version of Tailwind CSS are you using? latest 3.0.16

What build tool (or framework if it abstracts the build tool) are you using? "dependencies": { "@tailwindcss/line-clamp": "^0.3.0", "@types/lodash": "^4.14.178", "@walletconnect/web3-provider": "^1.7.0", "abi-decoder": "^2.4.0", "axios": "^0.24.0", "body-scroll-lock": "^4.0.0-beta.0", "date-fns": "^2.28.0", "framer-motion": "^5.5.6", "latest": "^0.2.0", "lightweight-charts": "^3.7.0", "lodash": "^4.17.21", "lz-string": "^1.4.4", "moment": "^2.29.1", "moralis": "0.0.183", "next": "12.0.6", "next-seo": "^4.28.1", "nookies": "^2.5.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-intersection-observer": "^8.33.1", "react-lottie": "^1.2.3", "react-moralis": "^0.3.11", "react-scroll": "^1.8.4", "recoil": "^0.5.2", "tailwind-scrollbar-hide": "^1.1.7", "web3": "^1.6.1" }, "devDependencies": { "@types/body-scroll-lock": "^3.1.0", "@types/lz-string": "^1.3.34", "@types/node": "16.11.11", "@types/react": "17.0.37", "@types/react-lottie": "^1.2.6", "@types/react-scroll": "^1.8.3", "autoprefixer": "^10.4.1", "eslint": "8.4.0", "eslint-config-next": "12.0.6", "ngrok": "^4.2.2", "postcss": "^8.4.5", "tailwindcss": "^3.0.16", "typescript": "4.5.2" } For example: postcss-cli 8.3.1, Next.js 10.0.9, webpack 5.28.0

What version of Node.js are you using? 14.17.1 For example: v12.0.0

What browser are you using? chrome

What operating system are you using? windows10

Describe your issue

Alot of commands not working. p-6 works, anything higher than p-6 that doesn't work at all. I have to downgrade to 3.0. another example is text-green-600 works, anything else doesn't work. however, even on 3.0, text-green-200 and below no work.

Darren120 commented 2 years ago

deleting .next folder and building again seems to be fix everything.