browserpilot / frontend /postcss.config.js
ncolex's picture
Deploy BrowserPilot with NumPy fix (2.2.6)
c1f04cf verified
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};