Since i am using A div like:<div class="rasi-wrap">
so how what would be its transformation ? can anyone help me?
I tried:
{
"rules":
[
{
"class" : "InteractiveRule",
"selector" : "div.rasi-wrap"
}
]
but Nothings Happens and error remains same
{ "rules":[{
"class": "PassThroughRule",
"selector" : "div.rasi-wrap"
},
{
"class": "PassThroughRule",
"selector" : "div.rasi-icon"
}
]}
This is the correct answer i just chnaged the code given by Sweta Parmar and its the correct answer