simple-kiosk/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-05-03 00:23:48 +09:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};