Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
Logo.Ai
like
69
Running
App
Files
Files
Community
main
Logo.Ai
/
postcss.config.mjs
enzostvs
HF staff
initial commit
67ea2ab
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;