OL-LearnPlatform-Admin/web/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2025-07-19 16:49:35 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};