CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
thinkingEverytime
/
QuantOracle
source
Hugging Face
updated 6mo ago
View on Hugging Face
1
likes
Like
Save
Clone
overview
files
community
commits
settings
root
web
postcss.config.mjs
postcss.config.mjs
7 lines
Copy path
Download
Raw
Back to web
1
export default {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {}
5
}
6
}
7