Answers for "how to pick all childs in 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 "how to pick all childs in scss"

Browse Popular Code Answers by Language