Closed nvkelso closed 7 years ago
@bcamper @sensescape @tallytalwar @matteblair I think this is ready for review now.
I've been testing it with the import examples in the draft blog post and they all checkout now.
I made changes to the related PRs per @tallytalwar's comments in https://github.com/tangrams/bubble-wrap/pull/258. I think we're all set here now :)
Per discussion in https://github.com/tangrams/refill-style/issues/74 this PR:
styles: { mapzen_icon_library: { mix: * } }
logicglobal: { sdk_icon_color_style: colorized_icons }
colorized-icons
tocolorized_icons
to use basemap _ underbar convention in refill-icons.yaml.mapzen_icon_library: { mix: { global.sdk_icon_color_style } }
was:mapzen_icon_library: { mix: { colorized-icons } }
sdk_icon_color_style: colorized_icons
to each color theme filerefill-icons.yaml
for standalone imports and standalone recoloring. This impacts import order of operations, which was already true.