portfolio_site/postcss.config.js
Mihkel Martin Kasterpalu efdb203ac8 Revert "Bump packages, migrate to tailwind 4"
This reverts commit fd0e12b665.
2025-01-31 19:51:25 +02:00

6 lines
73 B
JavaScript

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