tailwind config
Unanswered
Laysan Albatross posted this in #help-forum
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.
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