diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-10 23:06:49 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-10 23:06:49 +0000 |
| commit | f14c6f43c386fde627d786cf695c63eb1feab09a (patch) | |
| tree | e73ae8b7aa3c4da94aae2c2a25ae81fec69b2d08 /tailwind.config.js | |
| parent | 3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c (diff) | |
| download | karakeep-f14c6f43c386fde627d786cf695c63eb1feab09a.tar.zst | |
prep: Install lucide react native
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 2acdcbd1..58c26c3a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,8 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: ["./App.{js,jsx,ts,tsx}", "./<custom directory>/**/*.{js,jsx,ts,tsx}"], + content: ["./app/**/*.{js,jsx,ts,tsx}", "./components/**/*.{js,jsx,ts,tsx}"], theme: { extend: {}, }, plugins: [], -} - +}; |
