orlandotm / payment-webfont

An SVG webfont full of main payment system icons
http://www.orlandotm.com/payment-webfont/
Creative Commons Zero v1.0 Universal
1.24k stars 138 forks source link

refactor(): Change naming of PayPal Icons #20

Closed macx closed 8 years ago

macx commented 10 years ago

The official payment icon should always be the default. Former default icons should get a modifier (written in BEM). By this way we can add another modifier, a PayPal compact icon for example with just the two first letters.

Old:

.pw-paypal-new:before {}
.pw-paypal:before {}

New:

.pw-paypal:before {}
.pw-paypal--classic:before {}
.pw-paypal--compact:before {}