question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

From 3.0.2 to 3.0.3 borders color in config is lost

See original GitHub issue

What 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
RobinMalfaitcommented, Dec 15, 2021

@frederikhors Does this work for you?

1reaction
RobinMalfaitcommented, Dec 15, 2021

Hey! Thank you for your bug report! Much appreciated! 🙏

Will get it fixed in #6526 and will publish a new release!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found