Skip to main content
/
/
/
Home
Code
bag_recorder_frontend
main
postcss.config.js
bag_recorder_frontend
79 B
•
JS
Directory
Copy
Download
View in Forgejo
postcss.config.js
79 B • 6 lines • javascript
1
export
default
{
2
plugins
: {
3
tailwindcss
: {},
4
autoprefixer
: {},
5
},
6
}