learning_platform/postcss.config.js
2026-04-20 06:48:31 +00:00

11 lines
193 B
JavaScript

/** WARNING: DON'T EDIT THIS FILE */
/** WARNING: DON'T EDIT THIS FILE */
/** WARNING: DON'T EDIT THIS FILE */
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};