diff --git a/stripe_to_invoice/postcss.config.js b/stripe_to_invoice/postcss.config.js new file mode 100644 index 0000000..106d2f8 --- /dev/null +++ b/stripe_to_invoice/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: { + '@tailwindcss/postcss': {}, + }, +}; \ No newline at end of file