diff options
| author | Bobby <[email protected]> | 2024-08-24 22:13:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-24 22:13:41 -0400 |
| commit | 95b7a6d8a53178f6bfa836e1e162beeb7cda68b3 (patch) | |
| tree | 5d5860670a09abbea0fb2d82f02a77d95949b4db /tailwind.config.js | |
| parent | 690dcc05e88c9ad063712969de99ffe462b7a1cd (diff) | |
| download | yugen-95b7a6d8a53178f6bfa836e1e162beeb7cda68b3.tar.xz yugen-95b7a6d8a53178f6bfa836e1e162beeb7cda68b3.zip | |
auth verification cookie
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..45d0677 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,12 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + purge: [ + './templates/**/*.html', + ], + content: [], + theme: { + extend: {}, + }, + plugins: [], +} + |
