Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
hugger-roaster
like
31
Running
App
Files
Files
Community
1
56b5482
hugger-roaster
/
postcss.config.mjs
enzostvs
HF staff
Initial commit from Create Next App
e4741e5
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;