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