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

Certain Classes not changing (Border-R-COLOR) #55

Open
matthiscock opened this issue Jan 19, 2022 · 0 comments
Open

Certain Classes not changing (Border-R-COLOR) #55

matthiscock opened this issue Jan 19, 2022 · 0 comments

Comments

@matthiscock
Copy link

Hi

I have Nightwind running well, hover it doesnt appear to auto change sub options.

For example

bg-white - changes as per expectations (and over ride using the config below to grey 900)

However the classes border-r-gray-200 I would expect to change to border-r-gray-800 - however that do not.
Could you point me in the right direction.

(I added the transition classes in as an experiment. Had no effect)

``
nightwind: {

            typography: true,
            transitionClasses: ["bg", "ring", 'text', 'bg', 'border', 'border-r', 'border-t', 'border-b', 'border-l'],

            colors: {
              white: "gray.900",
              black: "gray.50",
              gray: {
                200: "gray.800",
               
              },
            },
          },

``

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

1 participant