6 lines
325 B
JavaScript
6 lines
325 B
JavaScript
// Minimal PostCSS config for studio-panel - disabled to avoid Tailwind/PostCSS plugin issues during development.
|
|
// If you want to enable Tailwind processing later, replace this file with a proper config
|
|
// that uses '@tailwindcss/postcss' or 'tailwindcss' and avoid top-level requires that may throw.
|
|
|
|
module.exports = {};
|