SCSS sélectionne tous les enfants

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

.container * {
    background-color: white;
}
Erezzor