Answers for "scss docs select all child elements"

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 "scss docs select all child elements"

Browse Popular Code Answers by Language