geordanr/xwing-miniatures-font

Change CSS Selector for MG-100 StarFortress sf-17

Closed this issue · 1 comments

The CSS selector for the MG-100 StarFortress sf-17 is currently
i.xwing-miniatures-ship-mg100starfortress:before { content: "Z"; }

If possible, update this selector to the following for consistency
i.xwing-miniatures-ship-mg100starfortresssf17:before { content: "Z"; }

We use the XWS canonicalized name for the ship, which is based on the name of the ship on the card. This agrees with what's in xwing-data2 (see the change at xwingtmg/xwing-data2@057472e#diff-cb0b13bbe766bd6266167531d062b188).