Replies: 7 comments 4 replies
-
Hey! Can you share a minimal reproduction repo and link it here? That proposed fix seems to work as expected to me:
|
Beta Was this translation helpful? Give feedback.
-
Hi @RobinMalfait Here is the files tree view and the place I'm putting the code in: Thanks. |
Beta Was this translation helpful? Give feedback.
-
Do I have to define |
Beta Was this translation helpful? Give feedback.
-
@RobinMalfait |
Beta Was this translation helpful? Give feedback.
-
@RobinMalfait @layer base {
*,
::after,
::before,
::backdrop,
::file-selector-button {
@apply border-gray-200;
} So I'm guessing I'm not getting the Do I have to define Thanks. |
Beta Was this translation helpful? Give feedback.
-
Maybe this is related but I have a file called $bluegray: #496A7D;
$bluegray-200: #F4F7F9;
$bluegray-400: #557487;
$bluegray-600: #829FB0;
$bluegray-800: #496A7D; And those colors are not getting loaded, maybe I am missing something in the config. |
Beta Was this translation helpful? Give feedback.
-
So the |
Beta Was this translation helpful? Give feedback.
-
What version of Tailwind CSS are you using?
v4.0.0
What build tool (or framework if it abstracts the build tool) are you using?
postcss 8.5.1, webpack 5.28.0
What version of Node.js are you using?
v20.18.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Describe your issue
After migrating TailwindCSS to ver 4 the borders has a black color and they were previosly gray, I'm trying this fix that you put in the website but it doesn't work (https://v3.tailwindcss.com/docs/v4-beta#default-border-color-change)
Is there any other workaround in order to fix the border color back to gray?
This is the proposed fix:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions