Added the -pt-override-symbol property for symbol instances which lets you change the symbol source for a symbol override in an instance. This is useful, for example, if you want to change the icon displayed in the symbol instance.
Usage:
#Card .IconButton { // Path to a symbol-instance layer
// -pt-override-symbol: ('AffectedLayerName', '#Path #To #New #Symbol');
// -pt-override-symbol: ('AffectedLayerName', 'none');
// For example:
-pt-override-symbol: ('RightIcon ', '#Icons #Arrows #RightArrow');
}
Added the
-pt-override-symbol
property for symbol instances which lets you change the symbol source for a symbol override in an instance. This is useful, for example, if you want to change the icon displayed in the symbol instance.Usage: