web3.news/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2023-12-18 03:18:17 +00:00
export default {
2023-11-10 13:34:04 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-12-18 03:18:17 +00:00
};