Files
sarlink-portal/postcss.config.mjs
i701 11ac852762
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m51s
chore: upgrade to tailwind v4 and add a generic filter for dynamic filter handling
2025-06-27 14:27:44 +05:00

9 lines
146 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;