Hi I make a new tiddler with tag $:/tags/Stylesheet and put list to it
<$list filter="[[Rolly]]"> tw[tags~=<$view field=title/>].img-square:after { width: 35px; height: 35px; display: block; background-repeat: no-repeat; background-size: 35px 35px; background-image: url(images/budil.svg); text-align: left; background-position: left bottom;position:absolute;bottom:7px;left:7px;content: "";} </$list>
the result is
tw[tags~=Rolly].img-square:after { width: 35px; height: 35px; display: block; background-repeat: no-repeat; background-size: 35px 35px; background-image: url(images/budil.svg); text-align: left; background-position: left bottom;position:absolute;bottom:7px;left:7px;content: "";}
This result is fully correct, but don't work...
is it possible to use $list in css?