CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
enzostvs
/
deepsite
source
Hugging Face
mit
updated 8mo ago
View on Hugging Face
17k
likes
Like
Save
Clone
overview
files
community
commits
settings
root
postcss.config.mjs
postcss.config.mjs
8 lines
Copy path
Download
Raw
Back to root
1
const config = {
2
plugins: {
3
"@tailwindcss/postcss": {},
4
},
5
};
6
7
export default config;
8