MediBot / postcss.config.js
github-actions[bot]
Deploy MedOS Global from 0b9218f6
102e23b
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};