Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
llama1
/
dokpl0y
like
0
Dataset card
Files
Files and versions
xet
Community
main
dokpl0y
/
data
/
apps
/
dokploy
/
postcss.config.cjs
llama1
Migrated from GitHub
b80fc11
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
101 Bytes
const
config = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
};
module
.
exports
= config;