File size: 81 Bytes
69a0edf |
1 2 3 4 5 6 7 |
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
|
69a0edf |
1 2 3 4 5 6 7 |
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
|