From 26df0fe89c406c351558cfbc32efb8b38033bcbb Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:05:29 +0000 Subject: [PATCH 1/3] Update tailwind.config.js. --- tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tailwind.config.js diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..5ad8a31 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +module.exports = { + purge: ['./pages/**/*.{js,jsx,ts,tsx}', './components/**/*.{js,jsx,ts,tsx}'], + darkMode: false, // or 'media' or 'class' + theme: { + }, + variants: { + }, + plugins: [], +}; \ No newline at end of file From 61715f8730c4f31ccee539e08216b7e9c88a66f6 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:05:30 +0000 Subject: [PATCH 2/3] Update postcss.config.js. --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..8567b4c --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; \ No newline at end of file From 9364ad8b4d85b27e1960d27ae8feaed3d76f42c1 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:05:32 +0000 Subject: [PATCH 3/3] Update styles/tailwind.css. --- styles/tailwind.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styles/tailwind.css diff --git a/styles/tailwind.css b/styles/tailwind.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/styles/tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file