reachy_mini_minder / frontend /postcss.config.mjs
Boopster's picture
initial commit
af9cde9
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;