From 30c5eb5776fcc60f023ad6aa51153cb375c87930 Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Wed, 9 Oct 2024 09:34:28 +0700 Subject: Initial commit from Create Next App --- postcss.config.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 postcss.config.mjs (limited to 'postcss.config.mjs') diff --git a/postcss.config.mjs b/postcss.config.mjs new file mode 100644 index 0000000..1a69fd2 --- /dev/null +++ b/postcss.config.mjs @@ -0,0 +1,8 @@ +/** @type {import('postcss-load-config').Config} */ +const config = { + plugins: { + tailwindcss: {}, + }, +}; + +export default config; -- cgit v1.2.3