Skip to content

Commit

Permalink
Flag of Catalonia (lipis#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Jun 22, 2017
1 parent e1d0796 commit 4deb963
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/flag-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,12 @@
.flag-icon-zw.flag-icon-squared {
background-image: url(../flags/1x1/zw.svg);
}
.flag-icon-es-ct {
background-image: url(../flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
background-image: url(../flags/1x1/es-ct.svg);
}
.flag-icon-eu {
background-image: url(../flags/4x3/eu.svg);
}
Expand Down
2 changes: 1 addition & 1 deletion css/flag-icon.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions flags/1x1/es-ct.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions flags/4x3/es-ct.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions less/flag-icon-more.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.flag-icon(es-ct);
.flag-icon(eu);
.flag-icon(gb-eng);
.flag-icon(gb-nir);
Expand Down
1 change: 1 addition & 0 deletions sass/_flag-icon-more.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@include flag-icon(es-ct);
@include flag-icon(eu);
@include flag-icon(gb-eng);
@include flag-icon(gb-nir);
Expand Down

0 comments on commit 4deb963

Please sign in to comment.