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, in new.css#L41 maybe you should replace this:
--nc-ac-tx: var(--nc--dac-tx);
--nc-ac-tx: var(--nc-d-ac-tx);
new.css#L39 this:
--nc-lk-tx: var(--nc--dlk-tx);
--nc-ac-tx: var(--nc-d-lk-tx);
The text was updated successfully, but these errors were encountered:
Just so you know, this has been reported several times and I also created a PR to address that a few month ago #41
The maintainer won't merge it because these variables should disappear in a next V2
Sorry, something went wrong.
@statox ok Thanks a lot.
No branches or pull requests
Hi, in new.css#L41
maybe you should replace this:
--nc-ac-tx: var(--nc--dac-tx);
with this:
--nc-ac-tx: var(--nc-d-ac-tx);
new.css#L39
this:
--nc-lk-tx: var(--nc--dlk-tx);
with this:
--nc-ac-tx: var(--nc-d-lk-tx);
The text was updated successfully, but these errors were encountered: