XF 2.0 Less not all functions included?

Tealk

Well-known member
Hi,

i'm just trying around a little with less and wanted to test each but it does not run. Does anyone know why?

Here the code:
Less:
@selectors: 78, 79, 80;

each(@selectors, {
    .block.block--category.block--category@{value} .block-container {
        background-image: url('styles/categories/@{value}.jpg');
        background-position: center;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgba(0,0,0,0.7) !important;
  }
});
 
Top Bottom