diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-01 22:28:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-01 22:28:29 +0900 |
| commit | 4b206bf707ef5d092ea9579fe82a06ee1d6e0337 (patch) | |
| tree | f3eb93e716cf1c6da2bccc112ce3b7cebff95222 /frontend/tailwind.config.ts | |
| parent | 7ccf1da2f7448d93f8209982813e4097af13fd70 (diff) | |
| parent | 3a59aa595b1674e9286f4df0035b5b1e38e6957d (diff) | |
| download | phperkaigi-2025-albatross-4b206bf707ef5d092ea9579fe82a06ee1d6e0337.tar.gz phperkaigi-2025-albatross-4b206bf707ef5d092ea9579fe82a06ee1d6e0337.tar.zst phperkaigi-2025-albatross-4b206bf707ef5d092ea9579fe82a06ee1d6e0337.zip | |
Merge branch 'feat/biome'
Diffstat (limited to 'frontend/tailwind.config.ts')
| -rw-r--r-- | frontend/tailwind.config.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/tailwind.config.ts b/frontend/tailwind.config.ts index 34d03da..acee505 100644 --- a/frontend/tailwind.config.ts +++ b/frontend/tailwind.config.ts @@ -1,9 +1,9 @@ import type { Config } from "tailwindcss"; export default { - content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"], - theme: { - extend: {}, - }, - plugins: [], + content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"], + theme: { + extend: {}, + }, + plugins: [], } satisfies Config; |
