AudioABTestPlatform / postcss.config.mjs
TimLukaHorstmann
Push app
8c85576
raw
history blame contribute delete
135 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;