Answers for "apply style to all child elements scss"

CSS
0

scss select all childs

/* It is done with the *, check the following example! */

.container * {
    background-color: white;
}
Posted by: Guest on June-30-2021

Code answers related to "apply style to all child elements scss"

Browse Popular Code Answers by Language