Answers for "scss select all childs"

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

Browse Popular Code Answers by Language