EZPPLauncher/postcss.config.js

7 lines
79 B
JavaScript
Raw Normal View History

2024-12-10 09:08:23 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};