Hi,
we are in the process of updating ExtJs 5 to 6.5. but are having problems with the Fashion compiler. This bug looks like an old problem: https://www.sencha.com/forum/showthr...ng-as-expected
Our Testcode:
Result with Sencha Cmd 6.5.36Code:.pb-tileview { .pb-tile { &.face_grid { width: 30px; } } } .pb-orgchart { @extend .pb-tileview; }
Expected result:Code:.pb-tileview .pb-tile.face_grid, .pb-orgchart.pb-tileview .pb-tile { width: 30px; }
RegardsCode:.pb-tileview .pb-tile.face_grid, .pb-orgchart.pb-tileview .pb-tile.face_grid { width: 30px; }
Harald