Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e0fd509
llmOS-Agent
/
frontend
/
postcss.config.mjs
starsnatched
feat: add global styles and layout for Next.js application
71fac34
3 months ago
raw
Copy download link
history
blame
Safe
81 Bytes
const
config = {
plugins
: [
"@tailwindcss/postcss"
],
};
export
default
config;