/** * Trouve-KA — configuration PostCSS * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai */ /** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }; export default config;