diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-03 21:14:50 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-03 21:14:50 +0100 |
| commit | 8282239d1cf73ed8e992dc121f45df29fcb2c872 (patch) | |
| tree | e8345e8449c8a53942efd3eaff3300fe597aa5c2 /tailwind.config.js | |
| parent | bdc60d7d56b5384f13feaaccef28e63d77f15933 (diff) | |
| download | mitjafelicijan.com-8282239d1cf73ed8e992dc121f45df29fcb2c872.tar.gz | |
Move to Tailwind 3
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..a7c7dc5 --- /dev/null +++ b/tailwind.config.js | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | } | ||
