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

🐞 Solid gets appended to border when using vars for all params #348

Closed
paulm17 opened this issue May 6, 2024 · 1 comment
Closed
Labels
bug Something isn't working released on @rc

Comments

@paulm17
Copy link

paulm17 commented May 6, 2024

Description

when using the following:

<div class="border:${divider-size}|${divider-border-style,solid}|${divider-color}">
    border
</div>

results in:

border: var(--darkreader-border--divider-size) var(--darkreader-border--divider-border-style, solid) var(--darkreader-border--divider-color) solid;

Reproduction

https://rc.css.master.co/play/r6sua7dc8iyo

System Informations

No response

@paulm17 paulm17 added the bug Something isn't working label May 6, 2024
@1aron 1aron closed this as completed in 659f112 May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released on @rc
Projects
None yet
Development

No branches or pull requests

1 participant