Answers for "sass all children of element"

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 "sass all children of element"

Browse Popular Code Answers by Language