amazinglizabeth
KPCKevin Powell - Community
•Created by amazinglizabeth on 5/14/2025 in #help
Tailwindcss not applying in react project

9 replies
KPCKevin Powell - Community
•Created by amazinglizabeth on 5/14/2025 in #help
Tailwindcss not applying in react project
i've sketched up all the component i need with basics tailwind styles, which automatically gone off now
9 replies
KPCKevin Powell - Community
•Created by amazinglizabeth on 5/14/2025 in #help
Tailwindcss not applying in react project
thats my pacakge.json
i'm trying to build a portfolio for my projects
9 replies
KPCKevin Powell - Community
•Created by amazinglizabeth on 5/14/2025 in #help
Tailwindcss not applying in react project
no message in the console, no error showing on the screen
{
"name": "codebylizabeth",
"displayName": "CodeByLizabeth",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"parcel": "^2.15.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.6",
"vite": "^6.3.1"
}
}
9 replies