DefendDaniel2 / postcss.config.mjs
rolexx's picture
wip
e49fcf4
raw
history blame
135 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;