7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
---
|
|
description: Rules specific to the theme directory for managing and customizing the Chakra UI theme.
|
|
globs: src/theme/**/*.*
|
|
---
|
|
- Create theme/index.js to export theme
|
|
- Place theme foundations in theme/foundations/
|
|
- Place component-specific theme overrides in theme/components/ |