Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
taboola-cz
/
ClassLens
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ClassLens
/
chatkit
/
frontend
/
postcss.config.mjs
lukasgross
Add unmanged sample with a minimal backend (#98)
69f2236
3 months ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
const
config = {
plugins
: {
"@tailwindcss/postcss"
: {},
},
};
export
default
config;