tasko/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2024-02-14 21:30:10 -05:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2024-02-15 20:49:19 -05:00
};