headplane/postcss.config.js

7 lines
75 B
JavaScript
Raw Normal View History

2024-03-25 17:50:58 -04:00
export default {
2024-12-31 10:30:14 +05:30
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};