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
6 lines
Copy path
Download
Raw
Back to root
1
const config = {
2
plugins: ["@tailwindcss/postcss"],
3
};
4
5
export default config;
6