Files
bill/frontend/postcss.config.js

6 lines
79 B
JavaScript
Raw Permalink Normal View History

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}