Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samyosm
/
sentify
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sentify
/
postcss.config.mjs
samyosm
Initial commit from Create Next App
7349480
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
/**
@type
{
import('postcss-load-config').Config
} */
const
config = {
plugins
: {
tailwindcss
: {},
},
};
export
default
config;