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