Lessphp çoklu iç içe geçmiş, çok-blok Katmalar

0 Cevap php

Klasik az kod adlı lessphp için bazı kod dönüştürme sırasında; Ben klasik az css keşfedilen bir uyumsuzluk> 2 yuvalama seviyeleri ile multi-blok Mixins için hiçbir destek olmasıdır. Klasik az onlara birçok iç içe bloklar sahip Mixins destek tam gibi görünüyor.

Bu kasıtlı mı - mixings içinde sadece iki iç içe düzeyleri için destek?

Örnek:

 @some_mixin{
  height: 22px;
    ul{
    height: 20px;
    li{
    height: 10px;
    }
    }
 }

what happens above with lessphp is that the third nesting level; which contains css code for the li etiketi totally ihmal!

0 Cevap