DEV Community

Discussion on: 🦄 How to scope your CSS/SCSS in React JS ⚡️

Collapse
 
jjbully profile image
Jeffrey • Edited

Am wondering if i can nest scss, which is sthg like below:


.abc {
.efg {
background-color: white;
}
}

Collapse
 
vanortton profile image
Vanortton

Not possible with CSS, but works with SCSS