Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

scss select all childs

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

.container * {
    background-color: white;
}
 
PREVIOUS NEXT
Tagged: #scss #select #childs
ADD COMMENT
Topic
Name
1+2 =