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

cannot use directives transformer to apply component classes #29

Open
KraXen72 opened this issue Aug 16, 2023 · 0 comments
Open

cannot use directives transformer to apply component classes #29

KraXen72 opened this issue Aug 16, 2023 · 0 comments

Comments

@KraXen72
Copy link

i cannot use directives transformer to apply component classes, for example:

.form-input {
	--uno: "input input-primary";
}
.form-button {
	--uno: "btn btn-primary";
}

image

this is what i got after clicking copy rule in devtools:

.form-button {
    .btn: is(input[type="checkbox"]),;
    .btn: is(input[type="checkbox"]):after,;
    .btn: active:hover,;
    .btn.btn-disabled,: ;
    .btn[disabled],: ;
    .btn: is(input[type="checkbox"]:checked),;
}
@KraXen72 KraXen72 changed the title cannot use [directives transformer]() to apply component classes cannot use directives transformer to apply component classes Aug 16, 2023
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