Replies: 1 comment 1 reply
-
https://vanilla-extract.style/documentation/packages/recipes/#recipe-class-name-selection |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Situation
At the first, I use selector with globalStyle following way.
I want show svg when hover container. So it is work well. However it has a problem after changing style to recipe. Following is the first code after chaning recipe.
Because the result is
.test_aaa .test_size_medium_aaa:hover svg
.Workaround
I want
.test_aaa:hover svg
selector in global style. So I solve this problem with following code.but I feel it is not best way.
Feature Suggestion
I think other way to use selector.
It is just example. Is there better way to use selector with recipe?
Beta Was this translation helpful? Give feedback.
All reactions