Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mistral-AI-Game-Jam
/
DefendDaniel2
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
00373d6
DefendDaniel2
/
postcss.config.mjs
rolexx
wip
e49fcf4
13 days ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;