Skip to content

Commit

Permalink
Merge branch 'kazmiekr-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Aug 19, 2016
2 parents 9c64aef + 7a5d1da commit 7bf58c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmpl/css/sprite.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{{/hasMixin}}{{#shapes}}{{#selector.shape}}{{expression}}{{^last}},
{{/last}}{{/selector.shape}} {
{{^hasCommon}}{{#hasMixin}}{{mixinName}}();{{/hasMixin}}{{^hasMixin}}.{{commonName}}();{{/hasMixin}}
{{^hasCommon}}{{#hasMixin}}.{{mixinName}}();{{/hasMixin}}{{^hasMixin}}.{{commonName}}();{{/hasMixin}}
{{/hasCommon}}background-position: {{position.relative.xy}};{{#dimensions.inline}}
width: {{width.outer}}px;
height: {{height.outer}}px;{{/dimensions.inline}}
Expand All @@ -24,4 +24,4 @@
height: {{height.outer}}px;
}{{/dimensions.extra}}

{{/shapes}}
{{/shapes}}

0 comments on commit 7bf58c7

Please sign in to comment.