Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lipis/flag-icon-css
Browse files Browse the repository at this point in the history
* 'master' of github.com:lipis/flag-icon-css:
  removed old background class
  Updated how the flag icon extends the background
  added class for background flag
  • Loading branch information
lipis committed Sep 17, 2016
2 parents 2201b02 + 61c5117 commit 900779f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_flag-icon-base.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@mixin flag-icon-background {
.flag-icon-background {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}

.flag-icon {
@include flag-icon-background();
@extend .flag-icon-background;
position: relative;
display: inline-block;
width: (4 / 3) * 1em;
Expand Down

0 comments on commit 900779f

Please sign in to comment.