i'm trying to use inline data-attributes as variables for css... is there any known option to get this run:
.mycss-class {text-shadow: attr(data-textshadow); }
<div class="mycss-class" data-textshadow="0 0 0 #000">lorem ipsum</div>
chrome dev-tool just reports "invalid property value"
many thanks & kind regards