Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Mar 2, 2015
1 parent 01353ca commit 27ef9d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions less/flag-icon-base.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.flag-icon-background {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}

.flag-icon {
position: relative;
display: inline-block;
Expand All @@ -12,12 +18,6 @@
}
}

.flag-icon-background {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}

.flag-icon(@country) {
.flag-icon-@{country} {
background-image: ~"url(@{flag-icon-css-path}@{flag-icon-rect-path}/@{country}.svg)";
Expand Down
1 change: 0 additions & 1 deletion less/flag-icon.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import 'variabless';
@import 'flag-icon-base';
@import 'flag-icon-list';

0 comments on commit 27ef9d8

Please sign in to comment.