tauri-app/postcss.config.js

7 lines
75 B
JavaScript
Raw Permalink Normal View History

2024-01-14 14:26:14 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};