Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
zero-gpu-spaces
like
697
Running
App
Files
Files
Community
3
92c8d86
zero-gpu-spaces
/
postcss.config.mjs
enzostvs
HF staff
Initial commit from Create Next App
e5f9c03
7 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;