Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abadesalex
/
DocuRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a87f3bb
DocuRAG
/
App
/
my-app
/
postcss.config.mjs
abadesalex
UI
819bacd
8 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;