From 3.0.2 to 3.0.3 borders color in config is lost
See original GitHub issueWhat version of Tailwind CSS are you using?
“@tailwindcss/forms”: “0.4.0”, “@tailwindcss/line-clamp”: “0.3.0”, “tailwindcss”: “3.0.3”,
What build tool (or framework if it abstracts the build tool) are you using?
“postcss”: “8.4.5”,
What version of Node.js are you using?
16
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction URL
COMING SOON
Describe your issue
After upgrade from “tailwindcss”: “3.0.2” to “tailwindcss”: “3.0.3” my borders color is now black instead of colors.gray.300
.
I’m using this in config:
theme: {
extend: {
borderColor: (theme) => ({
DEFAULT: theme("colors.gray.300", "currentColor"),
}),
},
},
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How do I add a border around windows but keep the current ...
I created ~/.config/gtk-3.0/gtk.css with the following content: ... Nothing else. After logout-login I now have tiny borders around my terminal windows.
Read more >How to create border in UIButton? - ios - Stack Overflow
You can set the border properties on the CALayer by accessing the layer property of the button. First, add Quartz
Read more >How do I change the color of the pane dividing lines in tmux?
Set the pane border style for the currently active pane. For how to specify style, see the message-command-style option. Attributes are ignored.
Read more >Container doesn't work with both borderRadius and NOT ALL ...
I get Script error whenever I try to display a Container that have some sides with border and some not with a border...
Read more >border-color - CSS: Cascading Style Sheets - MDN Web Docs
Syntax. The border-color property may be specified using one, two, three, or four values. When one value is specified, it applies the same...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@frederikhors Does this work for you?
Hey! Thank you for your bug report! Much appreciated! 🙏
Will get it fixed in #6526 and will publish a new release!