console/packages/web/app/postcss.config.mjs
renovate[bot] 59a97b7206
chore(deps): update dependency @theguild/tailwind-config to v0.6.0 (#5951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Piotr Monwid-Olechnowicz <hasparus@gmail.com>
2024-11-21 20:05:50 +01:00

6 lines
81 B
JavaScript

export default {
plugins: {
autoprefixer: {},
tailwindcss: {},
},
};