webui / postcss.config.js
github-actions[bot]
GitHub deploy: 7f77828e3fe1b2c62af5de7563cd4b98e39984c4
484b321
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};