diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
| commit | cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch) | |
| tree | 03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /tailwind.config.js | |
| parent | 84ed124529ffeee1590295b8de3a8faf51848680 (diff) | |
| download | mitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz | |
Moved to a simpler SSG
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index a7c7dc5..0000000 --- a/tailwind.config.js +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | /** @type {import('tailwindcss').Config} */ | ||
| 2 | module.exports = { | ||
| 3 | content: [ | ||
| 4 | "./content/**/*.{html,js}", | ||
| 5 | "./layouts/**/*.{html,js}", | ||
| 6 | "./themes/**/*.{html,js}" | ||
| 7 | ], | ||
| 8 | theme: { | ||
| 9 | extend: {}, | ||
| 10 | }, | ||
| 11 | plugins: [], | ||
| 12 | } | ||
