docs(theme): add note about color definition (#3976)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Maxime Pauvert
2025-05-14 14:32:19 +02:00
committed by GitHub
parent 276268d311
commit 4167f04205

View File

@@ -229,6 +229,10 @@ export default defineConfig({
::
::caution
When configuring your theme colors, you must use either color names from the [default Tailwind palette](https://tailwindcss.com/docs/colors) (like 'blue', 'green', etc.) or reference custom colors that you've previously defined in your [CSS file](#theme).
::
### Extend colors
::framework-only