CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
jbilcke-hf
/
ai-comic-factory
source
Hugging Face
updated 11mo ago
View on Hugging Face
11k
likes
Like
Save
Clone
overview
files
community
commits
settings
root
postcss.config.js
postcss.config.js
7 lines
Copy path
Download
Raw
Back to root
1
module.exports = {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
}
7