Skip to content

Commit

Permalink
use correct+newer name for retina mixin in docs; fixes #12450
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Jan 30, 2014
1 parent 00685be commit e430675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -3283,7 +3283,7 @@ <h3 id="less-mixins-retina-images">Retina images</h3>

// Usage
.jumbotron {
.retina-image("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
.img-retina("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
}
{% endhighlight %}
</div>
Expand Down

0 comments on commit e430675

Please sign in to comment.