We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", }, }, },
``
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: {
``
The text was updated successfully, but these errors were encountered: