star-trek-cc/postcss.config.mjs

6 lines
80 B
JavaScript
Raw Normal View History

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