Why doesn't this nested selector work "& > * ~ *" #581
Answered
by
joseDaKing
joseDaKing
asked this question in
Q&A
-
When I try this it will give me an error that is saying const spaceX = style({
selectors: {
"& > * ~ *": {
marginLeft: `calc(${value} * calc(1 - ${fallbackVar(spaceXReverseVar, "0")}))`,
marginRight: `calc(${value} * ${fallbackVar(spaceXReverseVar, "0")})`,
}
}
})
I don't want to have global styles, I want it refer to its own className, Is it possible to do it |
Beta Was this translation helpful? Give feedback.
Answered by
joseDaKing
Feb 10, 2022
Replies: 1 comment 7 replies
-
I don't think this library supports it |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
joseDaKing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think this library supports it