shinroute / postcss.config.mjs
shinmentakezo07
Add OmniRoute codebase without binary assets
9e4583c
Raw
History Blame Contribute Delete
108 Bytes
const postcssConfig = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default postcssConfig;