Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Learn8
/
README
like
3
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
README
/
postcss.config.mjs
kaigiii
Deploy Learn8 Demo Space
5c920e9
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
};
export
default
config;