Files
overleaf-cep/libraries/ai/postcss.config.js
Mathias Jakobsen 8024fe2c58 [web] Add AI workbench to alpha users (#29417)
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: 79bb329932b1e6fcc88f648bca9cc4bee215cd41
2025-11-11 09:06:08 +00:00

10 lines
182 B
JavaScript

const path = require('node:path')
module.exports = {
plugins: {
tailwindcss: {
config: path.resolve(__dirname, 'tailwind.config.js'),
},
autoprefixer: {},
},
}