Skip to content

Commit b7ae264

Browse files
instruct claude to not use bootstrap anymore (#1406)
We removed bootstrap, but claude still references it
1 parent e8bed5c commit b7ae264

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CLAUDE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ components:
4444
### Frontend (`packages/app`)
4545

4646
- **Framework**: Next.js 14 with TypeScript
47-
- **UI Components**: Mantine UI library + React Bootstrap
47+
- **UI Components**: Mantine UI library
4848
- **State Management**: Jotai for global state, TanStack Query for server state
4949
- **Charts/Visualization**: Recharts, uPlot
5050
- **Code Editor**: CodeMirror (for SQL/JSON editing)
@@ -192,8 +192,7 @@ import { useDisclosure, useForm } from '@mantine/hooks';
192192
1. **First choice**: Mantine components (`@mantine/core`, `@mantine/dates`,
193193
etc.)
194194
2. **Second choice**: Custom components built on Mantine primitives
195-
3. **Last resort**: React Bootstrap or custom CSS (only when Mantine doesn't
196-
provide the functionality)
195+
3. **Last resort**: Custom styling using CSS Modules and SCSS
197196

198197
**Styling Approach**:
199198

0 commit comments

Comments
 (0)