Diazo rule for mosaic

Is it possible to add a class to
.mosaic.grid-row
if the does NOT contain a
div.collective-themefragements-tile

<div class='mosaic-grid-row'>
  <div>
    </div class="collective-themefragments-tile'></div>
  </div>
</div>

You can use div[!.//div[@class=...]] type xpath.

1 Like