From 4167f04205f02be490fe2b2d21ff2931efaa1016 Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Wed, 14 May 2025 14:32:19 +0200 Subject: [PATCH] docs(theme): add note about color definition (#3976) Co-authored-by: Benjamin Canac --- docs/content/1.getting-started/3.theme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/1.getting-started/3.theme.md b/docs/content/1.getting-started/3.theme.md index ac6d2db3..391bad02 100644 --- a/docs/content/1.getting-started/3.theme.md +++ b/docs/content/1.getting-started/3.theme.md @@ -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