7 lines
83 B
JavaScript
Raw Normal View History

2023-11-14 22:22:00 +03:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};