From e728c0b763b319b02f2f24166e055300f43546f4 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 8 Aug 2024 13:16:44 +0200 Subject: initial commit --- tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..e5b64f3 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: ["./src/**/*.{html,js}"], + theme: { + extend: {}, + }, + plugins: [], +} + -- cgit v1.3.1