star-trek-cc/postcss.config.mjs

6 lines
No EOL
80 B
JavaScript

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