diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-30 09:39:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-30 09:39:00 +0900 |
| commit | 126c45c72e98963e4e73852a6d4945ec4359620b (patch) | |
| tree | 3a0f2d007b022b9750082a19e950f8e9670e18dc /tailwind.config.js | |
| parent | 04df54443363ec2911e737e11110c18f350b66e1 (diff) | |
| download | feedaka-126c45c72e98963e4e73852a6d4945ec4359620b.tar.gz feedaka-126c45c72e98963e4e73852a6d4945ec4359620b.tar.zst feedaka-126c45c72e98963e4e73852a6d4945ec4359620b.zip | |
Add files
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 9 |
1 files changed, 9 insertions, 0 deletions
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: [], +} + |
