Next.js Discord

Discord Forum

tailwind config

Unanswered
Laysan Albatross posted this in #help-forum
Open in Discord
Laysan AlbatrossOP
I defined the color 'border' in my tailwind config.
When using it in globals.css it says "there's no class named border-border".
Doesnt make sense to me because tailwind uses border-{color} to define the border color and since I added the color 'border' to my tailwind config, border-border should work.

1 Reply

Laysan AlbatrossOP
fixed