hugex-gh / postcss.config.js
drbh
Initial commit from create-remix
1b70735
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};