- Install and configure Tailwind CSS 4.1 with Daisy-UI plugin - Redesign main navigation with responsive navbar and dark theme - Optimize LED strip configuration layout with modern card components - Improve screen preview performance with frame-based rendering - Reduce LED pixel size for better visual appearance - Remove excessive debug logging for better performance - Fix Tailwind CSS ESM compatibility issues with dynamic imports
6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
},
|
|
}
|