lr_boilerplate/web/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2023-12-11 23:38:52 +07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}