hugex-gh / postcss.config.js
drbh
Initial commit from create-remix
1b70735
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};