quantum-assistant / postcss.config.js
github-actions[bot]
Deploy demo from GitHub Actions - 2025-12-24 02:23:20
6cdce85
raw
history blame contribute delete
84 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};