antonioribeiro / countries

Laravel countries and currencies
BSD 3-Clause "New" or "Revised" License
1.83k stars 281 forks source link

Flag Icon - 3166-1-alpha-2 not cca3 #94

Open olimortimer opened 6 years ago

olimortimer commented 6 years ago

I've started to use the flag-icon and noticed this is using cca3, however lipis/flag-icon-css, which I assume is what this is intended for use with, uses 3166-1-alpha-2 for the country code, not cca3.

For using the flags inline with text add the classes .flag-icon and .flag-icon-xx (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty . If you want to have a squared version flag then add the class flag-icon-squared as well.

https://github.com/lipis/flag-icon-css#usage

olimortimer commented 6 years ago

Fixed in #95