Files

8 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-07-01 10:42:40 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
2023-07-05 11:02:15 +02:00