Is there any way where I can write css class nesting as below.
.className{
.childclassName1{
}
.childclassName2{
}
}
because I made some amount of style changes in a product but management wants those changes need to be only in one particular page for time being and later apply globally. So I cant add that page's class name to each and every selector(like: .className .childclassName1 etc..) it will consume lot of time.