Files
ruff/playground/postcss.config.cjs
Micha Reiser be239b9f25 Upgrade to Tailwind4 (#16471)
## Test Plan

<img width="3360" alt="Screenshot 2025-03-03 at 10 01 19"
src="https://github.com/user-attachments/assets/d1ecfca0-ce51-440b-aabb-9107323fd1a4"
/>
2025-03-03 10:09:09 +01:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
};