diff options
| author | Yash <[email protected]> | 2024-04-04 08:34:39 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-04 08:34:39 +0000 |
| commit | a23fd73a0babe7c6121be00ec261a9ab5aceecd8 (patch) | |
| tree | ba12503b5fcf50e51da80c797a8b216570b20d2b /apps | |
| parent | add auto-animate (diff) | |
| download | supermemory-a23fd73a0babe7c6121be00ec261a9ab5aceecd8.tar.xz supermemory-a23fd73a0babe7c6121be00ec261a9ab5aceecd8.zip | |
fix content paths
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/tailwind.config.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/web/tailwind.config.ts b/apps/web/tailwind.config.ts index 5f1d81f0..a246df25 100644 --- a/apps/web/tailwind.config.ts +++ b/apps/web/tailwind.config.ts @@ -2,11 +2,7 @@ import type { Config } from "tailwindcss"; import plugin from "tailwindcss/plugin"; const config: Config = { - content: [ - "./src/pages/**/*.{js,ts,jsx,tsx,mdx}", - "./src/components/**/*.{js,ts,jsx,tsx,mdx}", - "./src/app/**/*.{js,ts,jsx,tsx,mdx}", - ], + content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"], theme: { extend: { keyframes: { |