Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aletrn
/
samgis
like
4
Runtime error
App
Files
Files
Community
main
samgis
/
static
/
postcss.config.js
aletrn
[feat] add working static frontend
aa983ad
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
export
default
{
plugins
: {
'postcss-import'
: {},
tailwindcss
: {},
autoprefixer
: {},
},
}