quantum-assistant / postcss.config.js
github-actions[bot]
Deploy demo from GitHub Actions - 2025-12-15 04:57:01
c975929
raw
history blame contribute delete
84 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};