Files

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-06-12 09:50:18 +08:00
module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: {}
}
};