Nested selector like vanilla CSS #13858
zkkzkk32312
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Yep, if you need that level of specificity you can do something like this: |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi there,
Is there a way I can achieve the following vanilla CSS functionality with tailwind's inline styling approach? Note in this nested selector, classB can be N level's below classA.
.classA .classB {
/* whatever styling goes here*/
}
Beta Was this translation helpful? Give feedback.
All reactions