Files

8 lines
118 B
JavaScript
Raw Permalink Normal View History

2025-03-12 18:41:20 +08:00
// eslint-disable-next-line no-undef
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};