Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hans-Den
/
nexora
like
0
Running
App
Files
Files
Community
3529dfb
nexora
/
frontend
/
postcss.config.mjs
ChandimaPrabath
init
6ba7c23
3 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;