I'm facing a unique challenge right now. My JavaScript variable contains CSS rules like this:
"floating_icons": {
"main_color": "",
"phone_color": "",
"mail_color": "",
"whatsapp_color": ""
}
},
"style_css": ".pad-t { padding: 0 20px 0 20px;} .grey-t { color: rgba(127.765849375934, 127.765849375934, 127.765849375934, 0.217430264}"
}
},
"entity": {
"data": {
"data": {
I'm trying to apply 'style_css' in my VueJS application but haven't found the right solution yet. Can anyone provide some help with this?