File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class ClassList {
2828 const classRef = classes [ classIndex ]
2929 let resolvedClass = classRef == null ? undefined : this . resolveClassRef ( classRef )
3030 this . properties . setLayersWithConditionals ( identifier , resolvedClass )
31- this . starProperties . setLayersWithConditionals ( identifier , resolvedClass )
31+ this . starProperties . setLayersWithConditionals ( identifier , getStarProperties ( resolvedClass ) )
3232 }
3333 }
3434
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export function getLayerIndex(identifier: LayerIdentifier) {
4848 if ( identifier . type === 'star-inheritance' ) {
4949 return LayersSectionSize * 12
5050 }
51+ //inheritance
5152 return LayersSectionSize * 12 + 1
5253 }
5354 const sectionStartIndex = SectionStartIndexMap [ identifier . section ]
You can’t perform that action at this time.
0 commit comments