0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 18:38:57 +01:00

Add cefta flag to stylesheets (#1065)

Closes #1064
This commit is contained in:
Tyler Dunn 2022-12-21 02:47:17 -05:00 committed by GitHub
parent a6c2158259
commit ce3c939a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -1524,6 +1524,12 @@
.fi-ac.fis {
background-image: url(../flags/1x1/ac.svg);
}
.fi-cefta {
background-image: url(../flags/4x3/cefta.svg);
}
.fi-cefta.fis {
background-image: url(../flags/1x1/cefta.svg);
}
.fi-cp {
background-image: url(../flags/4x3/cp.svg);
}

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
.flag-icon(ac);
.flag-icon(cefta);
.flag-icon(cp);
.flag-icon(dg);
.flag-icon(ea);

View File

@ -256,6 +256,7 @@
// Other flags
@include flag-icon(ac);
@include flag-icon(cefta);
@include flag-icon(cp);
@include flag-icon(dg);
@include flag-icon(ea);