Skip to content

Commit

Permalink
Fix flags because casing is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Oct 2, 2024
1 parent 3421226 commit 3dece4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/flags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $countries: _abkhazia, _basque-country, _british-antarctic-territory, _commonwea
TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW, WWW;

@each $country in $countries {
.flag-#{to-lower-case($country)} {
.flag-#{$country}, .flag-#{to-lower-case($country)} {
background-image: url(images/flags/flat/48/#{$country}.png);
}
ul.presented-at li.flag-#{to-lower-case($country)} {
Expand Down

0 comments on commit 3dece4a

Please sign in to comment.