Hello,
Should dynamic data work in Element CSS?
I tried using it like this:
$el {
color: {{dc:looper:field key="shadow"}};
}
but everything in curly braces is getting replaced with empty string.
Same dynamic data works fine if I paste it in text field of the same element or even color field.
I’m using version 5.1.5 of Pro.
P.S.: I found some beta-related topic (https://theme.co/forum/t/beta-4-dynamic-content-in-element-css-not-working/97600) for next version but not sure if it’s related. I tried this var(’{}’) thing tho—it doesn’t work either.