wails-template-vue/frontend/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2022-10-02 19:13:12 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};