Skip to content

Commit 8d5db2d

Browse files
authored
chore: add moonhshine utilties to claude.md (#554)
1 parent 4f92412 commit 8d5db2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ You are an expert AI programming assistant specializing in building APIs with Go
126126

127127
- When writing assertions, use `github.com/stretchr/testify/require` exclusively.
128128

129+
## React & Frontend Coding Guidelines
130+
131+
### Styling and Design System
132+
133+
- **ALWAYS use Moonshine design system utilities** from `@speakeasy-api/moonshine` instead of hardcoded Tailwind color values
134+
- **NEVER use hardcoded Tailwind colors** like `bg-neutral-100`, `border-gray-200`, `text-gray-500`, etc.
135+
129136
## Database design guidelines
130137

131138
- **Code Formatting and Comments:**

0 commit comments

Comments
 (0)