From 126c45c72e98963e4e73852a6d4945ec4359620b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 30 Apr 2024 09:39:00 +0900 Subject: Add files --- 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..bd73443 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: ["./templates/**/*.html"], + theme: { + extend: {}, + }, + plugins: [], +} + -- cgit v1.2.3-70-g09d2