-
I need to style some child elements, they are being loaded from a database, can I declare on the DIV that it's children UL's have a list-disc class? |
Beta Was this translation helpful? Give feedback.
Answered by
royvanv
Jun 15, 2020
Replies: 1 comment 5 replies
-
Assuming you are using a custom build, you can use the following code: .parent li {
@apply pl-4 text-orange-500; /* Or whatever classes you want to use. */
} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
elfeffe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you are using a custom build, you can use the following code: