stream/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-12-04 12:18:16 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-12-04 12:18:47 +00:00
};