You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/customizing-colors.mdx
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -373,24 +373,24 @@ If you'd like to define your colors as CSS variables, you'll need to define thos
373
373
}
374
374
```
375
375
376
-
Then define your colors in your configuration file, being sure to include the color space you're using, and the special `<alpha-value>` placeholder that Tailwind will use to inject the alpha value when using an opacity modifier:
376
+
Then define your colors in your configuration file, being sure to include the color space you're using and a default alphavalue for color spaces like `rgba` where the alpha channel is required:
0 commit comments