Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

divide colors don't work #73

Open
milan-gm opened this issue May 25, 2023 · 1 comment
Open

divide colors don't work #73

milan-gm opened this issue May 25, 2023 · 1 comment

Comments

@milan-gm
Copy link

the colors don't get applied for divide classes

<div class="divide-y divide-gray-300">
  <div>A</div>
  <div>A</div>
  <div>A</div>
  <div>A</div>
  <div>A</div>
</div>
@szamanr
Copy link

szamanr commented Jul 17, 2023

this is by design, it supports bg, text and border by default: https://github.com/jjranalli/nightwind#supported-classes
you need to extend the config to make it work: https://github.com/jjranalli/nightwind#variants-and-color-classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants