From f01321503b2e0204ffc3289375916cb2450f9cbf Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:53:06 +0000 Subject: [PATCH 1/2] Update tailwind.config.js. --- tailwind.config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tailwind.config.js diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..d7f0874 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,11 @@ +module.exports = { + purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], + darkMode: false, // or 'media' or 'class' + theme: { + extend: {}, + }, + variants: { + extend: {}, + }, + plugins: [], +} From 1677f8eaae0ea59ea39185c1284cd056ee646d6e Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:53:29 +0000 Subject: [PATCH 2/2] Update src/styles/tailwind.css. --- src/styles/tailwind.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/styles/tailwind.css diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css new file mode 100644 index 0000000..cc0a1f8 --- /dev/null +++ b/src/styles/tailwind.css @@ -0,0 +1,5 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +/* Add any custom styles here */