Skip to content

Commit

Permalink
Update sprite.less
Browse files Browse the repository at this point in the history
Adds a dot before calling the less mixin otherwise this will generate syntax errors
  • Loading branch information
kazmiekr authored Aug 18, 2016
1 parent 370cf6a commit d25a1ce
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 d25a1ce

Please sign in to comment.