6 lines
80 B
JavaScript
Raw Normal View History

2023-10-07 22:01:04 +07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}