Files
sub2api/frontend/postcss.config.js
T

7 lines
78 B
JavaScript
Raw Permalink Normal View History

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