CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
Exched
/
DeepSeek_Coder
source
Hugging Face
mit
updated 11mo ago
View on Hugging Face
0
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